88
22
|
I am looking for a function to convert date in one timezone to another.
It need two parameters,
The timezone string is described in http://en.wikipedia.org/wiki/Zone.tab
Is there an easy way to do this?
| ||||||||||||||||||||
|
49
|
For moment.js users, you can now use moment-timezone. Using it, your function would look something like this:
| ||||||||||||||||
|