Created
May 30, 2017 15:47
-
-
Save kidker/5f39c5f717faed5577b48abe4b0d51fd to your computer and use it in GitHub Desktop.
momentjs convert to timezone from UTC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var test = moment.tz("2017-05-30 13:08:22", "UTC") | |
test.tz("Europe/Moscow") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment