Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4aff7ed

Browse files
committed
Issue #14448: merge with 3.2
2 parents b11d91d + 100b889 commit 4aff7ed

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

Doc/library/datetime.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)