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
Note that it is not as easy as you said, because it actually depends on the time.
As noted in elm/timeREADME:
Time Zones — A “time zone” is a bunch of data that allows you to turn POSIX time into human time. This is not just UTC-7 or UTC+3 though! Time zones are way more complicated than a simple offset!
I'm unable to write my own version of this function right now because the Zone type doesn't export its Zone function, but it should be as easy as:
It would be great if either this function was added or
Zone
was exposed asZone(..)
The text was updated successfully, but these errors were encountered: