File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -1560,11 +1560,18 @@ only EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
1560
1560
.. seealso ::
1561
1561
1562
1562
`pytz <http://pypi.python.org/pypi/pytz/ >`_
1563
- The Standard Library has no :class: `tzinfo ` instances except for UTC, but
1564
- it exists a third-party library which brings Olson timezone database to
1565
- Python: `pytz `.
1566
-
1567
- `pytz ` contains up-to-date information and its usage is recommended.
1563
+ The standard library has no :class: `tzinfo ` instances except for UTC, but
1564
+ there exists a third-party library which brings the *IANA timezone
1565
+ database * (also known as the Olson database) to Python: *pytz *.
1566
+
1567
+ *pytz * contains up-to-date information and its usage is recommended.
1568
+
1569
+ `IANA timezone database <http://www.iana.org/time-zones >`_
1570
+ The Time Zone Database (often called tz or zoneinfo) contains code and
1571
+ data that represent the history of local time for many representative
1572
+ locations around the globe. It is updated periodically to reflect changes
1573
+ made by political bodies to time zone boundaries, UTC offsets, and
1574
+ daylight-saving rules.
1568
1575
1569
1576
1570
1577
.. _datetime-timezone :
You can’t perform that action at this time.
0 commit comments