dmfilipenko / timezones.json

Full list of timezones
MIT License
793 stars 666 forks source link

Request to keep old IANA equivalents #25

Open patelhr opened 5 years ago

patelhr commented 5 years ago

Hello, In timezone json we are not maintaining old IANA equivalents e.g. "Asia/Calcutta" is old IANA name for Indian standard time and the new name is "Asia/Kolkata" but library like moment.js and luxon maintaining old and new both IANA names and also it provides old zone name value in their datetime obj which lead us mismatching data between timezones.json and moment zoneNames because timezones.json not maintaining old IANA equivalents so is it possible to keep both new and old IANA equivalents in timezones.json?

dmfilipenko commented 5 years ago

@patelhr I think it's possible. You can add pull request with this changes