Closed movermeyer closed 1 year ago
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.
datetime.datetime.fromisoformat
ciso8601
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.