vvo / tzdb

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

Support for getting only abbreviations #248

Closed suryarajendhran closed 2 years ago

suryarajendhran commented 2 years ago

It would be cool if we could do something like tzdb.getAbbreviations() to get all of the abbreviations from tzdb. Happy to raise a PR if you're open to this.

vvo commented 2 years ago

@suryarajendhran I think we could publish the abbreviations.json inside the npm package directly (just add to add the file to the package.json files attribute).

And then add some documentation about that.

Send a PR! :)

suryarajendhran commented 2 years ago

@vvo PR up! :)

vvo commented 2 years ago

:tada: This issue has been resolved in version 6.48.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: