moment timezone
0.5.46
IANA Time zone support for Moment.js
Moment-Timezone is an add-on for Moment.js. Both are considered legacy projects, now in maintenance mode. In most cases, you should choose a different library.
For more details and recommendations, please see Project Status in the Moment docs.
Thank you.
Documentation
Changelog
Stack Overflow
var june = moment("2014-06-01T12:00:00Z");june.tz('America/Los_Angeles').format('ha z'); // 5am PDTjune.tz('America/New_York').format('ha z'); // 8am EDTjune.tz('Asia/Tokyo').format('ha z'); // 9pm JSTjune.tz('Australia/Sydney').format('ha z'); // 10pm ESTvar dec = moment("2014-12-01T12:00:00Z");dec.tz('America/Los_Angeles').format('ha z'); // 4am PSTdec.tz('America/New_York').format('ha z'); // 7am ESTdec.tz('Asia/Tokyo').format('ha z'); // 9pm JSTdec.tz('Australia/Sydney').format('ha z'); // 11pm EST
Moment-timezone is freely distributable under the terms of the MIT license.