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
After reading the code of tzdata, I found that ReleaseReader ets tables do contain the zone abbreviations, but Tzdata itself does not provide any functions to fetch timezone information by the abbreviation (or I just couldn't find it).
To give more context. See this issue: bitwalker/timex#745. I needed to parse the time in this format 2024-09-16T14:49:00.12321 PST. And Timex is unable to find the timezone corresponding to PST since Tzdata provides no such API
The text was updated successfully, but these errors were encountered:
hissssst
changed the title
How to find timezone by abbreviation
How to find timezone by abbreviation?
Sep 19, 2024
mdg
added a commit
to mdg/tzdata
that referenced
this issue
Dec 10, 2024
After reading the code of
tzdata
, I found that ReleaseReader ets tables do contain the zone abbreviations, but Tzdata itself does not provide any functions to fetch timezone information by the abbreviation (or I just couldn't find it).To give more context. See this issue: bitwalker/timex#745. I needed to parse the time in this format
2024-09-16T14:49:00.12321 PST
. And Timex is unable to find the timezone corresponding toPST
since Tzdata provides no such APIThe text was updated successfully, but these errors were encountered: