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
The error is: parsing "2088-01-01T01:00:00+02:00[Africa/Casablanca]" failed: datetime 2088-01-01T01:00:00 could not resolve to a timestamp since 'reject' conflict resolution was chosen, and because datetime has offset +02, but the time zone Africa/Casablanca for the given datetime unambiguously has offset +01
From a quick check, it looks like this starts happening for years 2087.., but I haven't checked extensively. I tried checking on the playground but it doesn't configure a tzdb.
I looked for a way to print the full timezone info, but couldn't find one. It may be an option worth considering for diagnostic purposes?