Add back missing example output (#1408)
This commit is contained in:
parent
f1c3a99ad5
commit
116212bf6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue