mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
Reimplement _iso8601_format() using the datetime isoformat() method. Ignore the timezone. Co-Authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>