Skip to content

Instantly share code, notes, and snippets.

@kidker
Created May 30, 2017 15:47
Show Gist options
  • Save kidker/5f39c5f717faed5577b48abe4b0d51fd to your computer and use it in GitHub Desktop.
Save kidker/5f39c5f717faed5577b48abe4b0d51fd to your computer and use it in GitHub Desktop.
momentjs convert to timezone from UTC
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