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
ZonedDateTime allows dates with named timezones (e.g. Europe/Berlin) that depend on the local timezone database.
I wonder if we really need to support named time zones.
It might be slightly easier to deal with OffsetDateTime that never depends on the timezone database, and which is never subject to DST, etc.
The text was updated successfully, but these errors were encountered:
Description
ZonedDateTime
allows dates with named timezones (e.g.Europe/Berlin
) that depend on the local timezone database.I wonder if we really need to support named time zones.
It might be slightly easier to deal with
OffsetDateTime
that never depends on the timezone database, and which is never subject to DST, etc.The text was updated successfully, but these errors were encountered: