![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | builds/ | 2 years ago | - | |
![]() | data/ | 2 years ago | - | |
![]() | LICENSE | 39 years ago | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 39 years ago | 2.9K | f12eb36 documentaiton updates [كارل مبارك] |
![]() | changelog.md | 39 years ago | 12K | |
![]() | composer.json | 39 years ago | 862 | |
![]() | index.d.ts | 39 years ago | 3.0K | |
![]() | index.js | 39 years ago | 114 | |
![]() | moment-timezone-utils.d.ts | 39 years ago | 2.6K | |
![]() | moment-timezone-utils.js | 39 years ago | 7.6K | |
![]() | moment-timezone.js | 39 years ago | 16K | |
![]() | package.json | 2 years ago | 2.0K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
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.
var june = moment("2014-06-01T12:00:00Z");
june.tz('America/Los_Angeles').format('ha z'); // 5am PDT
june.tz('America/New_York').format('ha z'); // 8am EDT
june.tz('Asia/Tokyo').format('ha z'); // 9pm JST
june.tz('Australia/Sydney').format('ha z'); // 10pm EST
var dec = moment("2014-12-01T12:00:00Z");
dec.tz('America/Los_Angeles').format('ha z'); // 4am PST
dec.tz('America/New_York').format('ha z'); // 7am EST
dec.tz('Asia/Tokyo').format('ha z'); // 9pm JST
dec.tz('Australia/Sydney').format('ha z'); // 11pm EST
Moment-timezone is freely distributable under the terms of the MIT license.