moment timezone
0.5.46
Moment.js 的 IANA 時區支持
Moment-Timezone 是 Moment.js 的插件。 兩者都被視為遺留項目,目前處於維護模式。 在大多數情況下,您應該選擇不同的庫。
如需更多詳細資訊和建議,請參閱 Moment 文件中的項目狀態。
謝謝。
文件
變更日誌
堆疊溢位
var june = moment("2014-06-01T12:00:00Z");june.tz('America/Los_Angeles').format('ha z'); // 凌晨 5 點 PDTjune.tz('America/New_York').format('ha z'); // 上午 8 點 EDTjune.tz('亞洲/東京').format('ha z'); // 晚上 9 點 JSTjune.tz('澳洲/雪梨').format('ha z'); // 東部標準時間晚上 10 點var dec = moment("2014-12-01T12:00:00Z");dec.tz('America/Los_Angeles').format('ha z'); // 凌晨 4 點 PSTdec.tz('America/New_York').format('ha z'); // 早上 7 點 ESTdec.tz('亞洲/東京').format('ha z'); // 晚上 9 點 JSTdec.tz('澳洲/雪梨').format('ha z'); // 美國東部時間晚上 11 點
Moment-timezone 可根據 MIT 授權條款自由分發。