vvo / tzdb

🕰 Simplified, grouped and always up to date list of time zones, with major cities
MIT License
772 stars 53 forks source link

Adds functionality to get timezone abbreviations only #249

Closed suryarajendhran closed 2 years ago

suryarajendhran commented 2 years ago

Exposes an abbreviations object that maps timezone abbreviations to their full forms.

Closes: #248

vvo commented 2 years ago

Thanks, were the abbreviations correct and useful to you?

vvo commented 2 years ago

:tada: This PR is included in version 6.48.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

suryarajendhran commented 2 years ago

Thanks, were the abbreviations correct and useful to you?

Oh, yes there were quite nice to have. One caveat is that it isn't quite easy to map the abbreviation to a timezone from the library even with the full form but its niche enough that I'm using a custom-made solution. But thank you for the library. It's a pleasure to use 😄