moment-timezone
Parse and display moments in any timezone.

moment-timezone downloads moment-timezone version moment-timezone license

moment-timezone類似套件:
npm下載趨勢
3 年
🌟 在 moment-timezone 的 README.md 中顯示即時使用量圖表,只需複製下面的代碼。
## Usage Trend
[![Usage Trend of moment-timezone](https://npm-compare.com/img/npm-trend/THREE_YEARS/moment-timezone.png)](https://npm-compare.com/moment-timezone#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 在 moment-timezone 的 README.md 中顯示 GitHub stars 趨勢圖表,只需複製下面的代碼。
## GitHub Stars Trend
[![GitHub Stars Trend of moment-timezone](https://npm-compare.com/img/github-trend/moment-timezone.png)](https://npm-compare.com/moment-timezone)
統計詳情
套件
下載數
Stars
大小
Issues
發布時間
許可
moment-timezone12,341,5833,8752.85 MB735 個月前MIT
moment-timezone 的 README

Moment Timezone

NPM version NPM downloads MIT License Build Status FOSSA Status

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