Open hartmamt opened 1 year ago
I don't think we currently support that. I'm not very fluent in Go code, so not sure how it synthesizes this data from what's in the TZDB.
This crate compiles the time zone data into a large table of transitions for a fixed set of years. The data doesn't include a TZ string like TZif files have.
Is there any way to pass in a time zone location and get back the posix tz string? For example:
Africa/El_Aaiun returns
<GMT>0
?I've got Go code that will do this but it requires reflection.