You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLDR doesn't have abbreviations for every time zone. It has some of them, but they are scattered haphazardly throughout the data. The example in facing Daylight issue for some countires #90 shows how a time zone only has a single daylight abbreviation and no standard or generic abbreviation.
We could use TZDB abbreviations as a fallback, but we don't. The problem there is that only English abbreviations exists, and in many cases there's just a numeric offset with no abbreviation. Additionally, it's impossible to know which abbreviation or offset should be used generically if the standard and daylight values differ. Even then - we have to resort to only using the current set of values, not historical ones.
The search algorithm in this library probably could be improved
Ultimately I think the solution is either:
Find a more reliable source of time zone abbreviation data
Remove all abbreviations capabilities from this library.
The text was updated successfully, but these errors were encountered:
While names work fine, there are several problems with time zone abbreviations returned by this library.
And more that have come up without being logged.
In general, there are a few causes:
Ultimately I think the solution is either:
The text was updated successfully, but these errors were encountered: