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
As of Python 3.11, datetime.datetime.fromisoformat can parse many (all?) of the ISO 8601 timestamps that ciso8601 can. Therefore it deserves a spot in the benchmarks.
The text was updated successfully, but these errors were encountered:
As of Python 3.11,
datetime.datetime.fromisoformat
can parse many (all?) of the ISO 8601 timestamps thatciso8601
can. Therefore it deserves a spot in the benchmarks.The text was updated successfully, but these errors were encountered: