Skip to content

Releases: moment/moment-timezone

Release 0.5.37

02 Sep 04:47
Compare
Choose a tag to compare
  • Re-publish npm package, because of extra folder present in 0.5.36, check #999

Release 0.5.36

02 Sep 04:46
Compare
Choose a tag to compare
  • Updated data to IANA TZDB 2022c
  • Improvements/fixes to data pipeline

Release 0.5.35

02 Sep 04:43
Compare
Choose a tag to compare

Thanks to the OpenSSF Alpha-Omega project for reporting these!

Release 0.5.34

10 Nov 04:33
0446a8f
Compare
Choose a tag to compare
  • Updated data to IANA TZDB 2021e

Release 0.5.33

06 Feb 07:05
ffc4190
Compare
Choose a tag to compare
  • Updated data to IANA TZDB 2021a

Release 0.5.32

14 Nov 13:55
3128dda
Compare
Choose a tag to compare
  • Updated data to IANA TZDB 2020d

Release 0.5.31

17 May 12:58
d142a19
Compare
Choose a tag to compare

Fixed Travis builds for Node.js 4 and 6

Release 0.5.28

21 Feb 18:06
Compare
Choose a tag to compare

Merged pull request #410 from @adgrace:

  • Added a method moment.tz.zonesForCountry(country_code) which returns all timezones for the country
  • Added a method moment.tz(timezone_id).countries() to get countries for some time zone
  • Added a method moment.tz.countries() to get all country codes
  • And as you know moment.tz.names() already exists

Release 0.5.27

19 Oct 03:37
Compare
Choose a tag to compare

0.5.27 2019-10-14

  • Updated data to IANA TZDB `2019c

Release 0.5.26

12 Oct 04:20
Compare
Choose a tag to compare
  • Updated data to IANA TZDB 2019b
  • Fix: stabilize Array.sort #762