Conversation
This reverts commit 6584717.
|
New dependencies added:
|
|||||||||||||||||||||||||||||||||||||
moment | Used in package.json |
| Author: Iskren Ivov Chernev | Description: Parse, validate, manipulate, and display dates |
| License: MIT | Homepage: https://momentjs.com |
| Keywords: moment, date, time, parse, format, validate, i18n, l10n and ender | |
| Updated: 5 months ago | Created: over 14 years ago |
| Releases: 76 | Maintainers: 5 |
README
Moment.js
A JavaScript date library for parsing, validating, manipulating, and formatting dates.
Project Status
Moment.js is a legacy project, now in maintenance mode. In most cases, you should choose a different library.
For more details and recommendations, please see Project Status in the docs.
Thank you.
Resources
License
Moment.js is freely distributable under the terms of the MIT license.
moment-timezone | Used in package.json | |
| Author: Tim Wood | Description: Parse and display moments in any timezone. | |
| License: MIT | Homepage: http://momentjs.com/timezone/ | |
| Keywords: moment, date, time, timezone, olson, iana, zone and tz | ||
| Updated: 10 months ago | Created: over 12 years ago | |
| Releases: 66 | Maintainers: 7 | |
Direct Dependencies: moment | ||
README
Moment Timezone
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 ESTLicense
Moment-timezone is freely distributable under the terms of the MIT license.
Description
Reverts #13207, will merge after auctions season will pass so we can be on the safe side.