What is the best way to get the user's timezone? I'm using the MEAN stack and also have moment available to me. I would like to get the users timezone? I can do some regex but I would rather keep it simple and use either the Angular or moment framework?
The following params are no deprecated:
moment().format('zz')
moment().format('z')
Nice script available but due to late testing, not allowed to use it, https://github.com/entraigas/jstz
Thanks.
J