File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1599,11 +1599,18 @@ only EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
15991599.. seealso ::
16001600
16011601 `pytz <http://pypi.python.org/pypi/pytz/ >`_
1602- The Standard Library has no :class: `tzinfo ` instances except for UTC, but
1603- it exists a third-party library which brings Olson timezone database to
1604- Python: `pytz `.
1605-
1606- `pytz ` contains up-to-date information and its usage is recommended.
1602+ The standard library has no :class: `tzinfo ` instances except for UTC, but
1603+ there exists a third-party library which brings the *IANA timezone
1604+ database * (also known as the Olson database) to Python: *pytz *.
1605+
1606+ *pytz * contains up-to-date information and its usage is recommended.
1607+
1608+ `IANA timezone database <http://www.iana.org/time-zones >`_
1609+ The Time Zone Database (often called tz or zoneinfo) contains code and
1610+ data that represent the history of local time for many representative
1611+ locations around the globe. It is updated periodically to reflect changes
1612+ made by political bodies to time zone boundaries, UTC offsets, and
1613+ daylight-saving rules.
16071614
16081615
16091616.. _datetime-timezone :
You can’t perform that action at this time.
0 commit comments