Socket
Socket
Sign inDemoInstall

moment-timezone

Package Overview
Dependencies
1
Maintainers
7
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous123457Next

0.2.5

Diff

Changelog

Source

0.2.5 2014-11-12

  • Updated data to IANA TZDB 2014j. #151
timrwood
published 0.2.4 •

Changelog

Source

0.2.4 2014-10-20

  • Updated data to IANA TZDB 2014i. #142
timrwood
published 0.2.3 •

Changelog

Source

0.2.3 2014-10-20

  • Updated data to IANA TZDB 2014h. #141
timrwood
published 0.2.2 •

Changelog

Source

0.2.2 2014-09-04

  • Updated data to IANA TZDB 2014g. #126
  • Added a warning when using moment-timezone with moment<2.6.0.
timrwood
published 0.2.1 •

Changelog

Source

0.2.1 2014-08-02

  • Fixed support for moment@2.8.1+.
timrwood
published 0.2.0 •

Changelog

Source

0.2.0 2014-07-21

  • Added the ability to configure whether ambiguous or invalid input is rolled forward or backward. #101
  • Added moment>=2.6.0 as a dependency in bower.json. #107
  • Fixed getting the name of a zone that was added as a linked zone. #104
  • Added an error message when a zone was not loaded. #106
timrwood
published 0.1.0 •

Changelog

Source

0.1.0 2014-06-23

  • Breaking: Changed data format from Zones+Rules to just Zones. #82
  • Breaking: Removed moment.tz.{addRule,addZone,zoneExists,zones} as they are no longer relevant with the new data format.
  • Made library 20x faster. JSPerf results
  • Completely rewrote internals to support new data format.
  • Updated the data collection process to get data directly from http://www.iana.org/time-zones.
  • Updated data to IANA TZDB 2014e.
  • Updated bower.json to use a browser specific main: entry point.
  • Added built files with included data.
  • Added support for accurately parsing input around DST changes. #93
  • Added comprehensive documentation at momentjs.com/timezone/docs/.
  • Added moment.tz.link for linking two identical zones.
  • Added moment.tz.zone for getting a loaded zone.
  • Added moment.tz.load for loading a bundled version of data from the IANA TZDB.
  • Added moment.tz.names for getting the names of all the loaded timezones.
  • Added moment.tz.unpack and moment.tz.unpackBase60 for unpacking data.
  • Added moment-timezone-utils.js for working with the packed and unpacked data.
  • Fixed major memory leak. #79
  • Fixed global export to allow use in web workers. #78
  • Fixed global export in browser environments that define window.module. #76
ichernev
published 0.0.6 •

Changelog

Source

0.0.6 2014-04-20

  • Fixed issue with preventing loading moment-timezone more than once. #75
ichernev
published 0.0.5 •

Changelog

Source

0.0.5 2014-04-17

  • Improved performance with memoization. #39
  • Published only necessary files to npm. #46
  • Added better handling of timezones around DST. #53 #61 #70
  • Added Browserify support. #41
  • Added moment.tz.zoneExists #73
  • Fixed cloning moments with a timezone. #71
  • Prevent loading moment-timezone more than once. #74
ichernev
published 0.0.3 •

Changelog

Source

0.0.3 2013-10-10

  • Added Bower support.
  • Added support for newer versions of moment.
  • Added support for constructing a moment with a string and zone.
  • Added more links and timezone names in moment-timezone.json
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc