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
Python 3.11 added a bunch of extra support for parsing datetimes. We definitely don't need to special case a terminal "Z" anymore. It needs to be decided if we should be more restrictive than Python, now that it supports many weird formats.
Python 3.11 added a bunch of extra support for parsing datetimes. We definitely don't need to special case a terminal "Z" anymore. It needs to be decided if we should be more restrictive than Python, now that it supports many weird formats.