moment-timezone alternatives and similar libraries
Based on the "Date" category.
Alternatively, view moment-timezone alternatives based on common mentions on social networks and blogs.
-
moment
Parse, validate, manipulate, and display dates in javascript. -
dayjs
⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API -
timeago.js
:clock8: :hourglass: timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement. -
jquery-timeago
:clock8: The original jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago"). -
timezone-js
Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data. -
map-countdown
Display the countdown on top of the Google Maps
A Non-Cloud Alternative to Google Forms that has it all.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of moment-timezone or a related project?
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
- Documentation
- [Changelog](changelog.md)
- Stack Overflow
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][license-url].
*Note that all licence references and agreements mentioned in the moment-timezone README section above
are relevant to that project's source code only.