-
Couldn't load subscription status.
- Fork 32
Open
Labels
Long termLow priority for nowLow priority for nowdiscussionDiscussion is needed before proceedingDiscussion is needed before proceeding
Description
How to handle this
i.e. imagine you store ZonedDateTime(2030, 3, 31, hour=1, tz='America/New_York') which we expect to exist at this moment. However, by the time 2030 rolls around NYC has decided to implement summer time at this exact time, making the datetime invalid. How to handle this?
Note that timezone changes during the runtime of the program will likely never be handled. This would be terrible to implement, and I doubt there is a use case for this.
However, unpickling and from_canonical_str() will be affected. Perhaps a similar approach to JS temporal can be used.
Metadata
Metadata
Assignees
Labels
Long termLow priority for nowLow priority for nowdiscussionDiscussion is needed before proceedingDiscussion is needed before proceeding