iana-tz-data icon indicating copy to clipboard operation
iana-tz-data copied to clipboard

Updating to 2023c iana timezone data

Open nensidosari opened this issue 1 year ago • 0 comments

Globalize is suggesting this library to use for the iana timezone data and this hasn't been updated in a while.

Followed the steps mentioned in converter/README.md to upgrade the iana-tz-data.json file.

Steps followed as bellow:

  1. cloned moment-timezone library
  2. Run: npm install -g grunt-cli
  3. Run: npm install
  4. Run: grunt data
  5. Copied file in https://github.com/moment/moment-timezone/blob/develop/data/unpacked/latest.json
  6. Pasted the above file in converter directory
  7. Run: node index.js > iana-tz-data.json
  8. Replaced file in root iana-tz-data.json with the created iana-tz-data.json file in converter directory

Could you please release a new version with this update?

nensidosari avatar Jun 09 '23 09:06 nensidosari