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
I wouldn't go with "totally okay". If it is implemented in this way, then it's not that bad in practice, but there is one point in time where the state is not right.
"Making impossible states impossible" 😉
I know the checks are cumbersome, but we should go with Maybe a here.
Edit: I updated the initial issue text
andys8
changed the title
Timezone is set permanently to UTC
Timezone is set to UTC
Mar 13, 2019
Issue
The time zone is not read from the browser, but instead set to
utc
(edit: in the initializing phase).elm-spa-example/src/Page/Home.elm
Line 71 in b5064c6
elm-spa-example/src/Page/Profile.elm
Line 65 in b5064c6
elm-spa-example/src/Page/Article.elm
Line 68 in b5064c6
See
https://package.elm-lang.org/packages/elm/time/latest/Time#here
https://guide.elm-lang.org/effects/time.html
The text was updated successfully, but these errors were encountered: