NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/moment-timezone
2023-09-14 14:47:11 +08:00
..
.github 111 2023-09-14 14:47:11 +08:00
builds 111 2023-09-14 14:47:11 +08:00
data 111 2023-09-14 14:47:11 +08:00
node_modules/moment 111 2023-09-14 14:47:11 +08:00
changelog.md 111 2023-09-14 14:47:11 +08:00
composer.json 111 2023-09-14 14:47:11 +08:00
index.d.ts 111 2023-09-14 14:47:11 +08:00
index.js 111 2023-09-14 14:47:11 +08:00
LICENSE 111 2023-09-14 14:47:11 +08:00
moment-timezone-utils.d.ts 111 2023-09-14 14:47:11 +08:00
moment-timezone-utils.js 111 2023-09-14 14:47:11 +08:00
moment-timezone.js 111 2023-09-14 14:47:11 +08:00
package.json 111 2023-09-14 14:47:11 +08:00
README.md 111 2023-09-14 14:47:11 +08:00

Moment Timezone

NPM version NPM downloads MIT License Build Status FOSSA Status SemVer compatibility

IANA Time zone support for Moment.js

Project Status

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.

Resources

Examples

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

License

Moment-timezone is freely distributable under the terms of the MIT license.

FOSSA Status