iana-tz-data
iana-tz-data copied to clipboard
upgrading iana-tz-data to 2022c
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:
- cloned moment-timezone library
- Run: npm install -g grunt-cli
- Run: npm install
- Run: grunt data:2022c
- Copied file in https://github.com/moment/moment-timezone/blob/develop/data/unpacked/2022c.json
- Pasted the above file in converter directory and renambed to latest.json
- Run: node index.js > iana-tz-data.json
- 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?