diff --git a/pep-0615.rst b/pep-0615.rst index ff1374b01..6c0d29ae9 100644 --- a/pep-0615.rst +++ b/pep-0615.rst @@ -47,6 +47,7 @@ possible to get a fixed time zone offset from a local time:: ... .strftime("%Y-%m-%d %H:%M:%S %Z")) 2020-02-22 12:00:00 EST >>> print(datetime(2020, 2, 22, 12, 0).astimezone(timezone.utc)) + 2020-02-22 17:00:00+00:00 However, there is still no support for the time zones described in the IANA time zone database (also called the "tz" database or the Olson database