vvo / tzdb

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

Expose tz database release version (ex: 2023d, 2024a, etc)? #291

Open KevinNovak opened 6 months ago

KevinNovak commented 6 months ago

The IANA time zone database releases changes with different version numbers based on the year, ex: 2023d, 2024a, etc.

Is there any way to tell with this package what the underlying release version is?

The main reason for this is because my project references multiples time zone packages, and I need to make sure they're both using the same underlying tz database version.