`TZInfo::Country` no information about linked timezones #71
Comments
Please refer to my comment on #60 (which is essentially the same issue, but talking about Croatia rather than South Sudan). The IANA Time Zone database defines |
That is based on current status, but in past it was I'm using TZInfo for processing historical data thus there it would appear as Anyway okay I'll just go over |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to get all timezones for specific country, but
TZInfo::Country.zone_identifiers
doesn't return linked timezones.For example
Thus, I also want to get
Africa/Juba
forSS
Currently seems would need to go over all linked timezones and check their canonical zone against already returned zones.
The text was updated successfully, but these errors were encountered: