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