moment-timezone
Advanced tools
Changelog
0.3.0
2015-01-13
meta/*.json
files. Restructured the data to support multiple countries per zone. #162moment.tz
. #169moment#zone
to moment#utcOffset
. #168Changelog
0.1.0
2014-06-23
moment.tz.{addRule,addZone,zoneExists,zones}
as they are no longer relevant with the new data format.2014e
.bower.json
to use a browser specific main:
entry point.moment.tz.link
for linking two identical zones.moment.tz.zone
for getting a loaded zone.moment.tz.load
for loading a bundled version of data from the IANA TZDB.moment.tz.names
for getting the names of all the loaded timezones.moment.tz.unpack
and moment.tz.unpackBase60
for unpacking data.moment-timezone-utils.js
for working with the packed and unpacked data.window.module
. #76