Add back missing example output (#1408)

This commit is contained in:
Marius Gedminas 2020-05-20 03:16:55 +03:00 committed by GitHub
parent f1c3a99ad5
commit 116212bf6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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