File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1557,7 +1557,6 @@ Example :class:`tzinfo` classes:
15571557
15581558.. literalinclude :: ../includes/tzinfo-examples.py
15591559
1560-
15611560Note that there are unavoidable subtleties twice per year in a :class: `tzinfo `
15621561subclass accounting for both standard and daylight time, at the DST transition
15631562points. For concreteness, consider US Eastern (UTC -0500), where EDT begins the
@@ -1597,6 +1596,15 @@ Applications that can't bear such ambiguities should avoid using hybrid
15971596or any other fixed-offset :class: `tzinfo ` subclass (such as a class representing
15981597only EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
15991598
1599+ .. seealso ::
1600+
1601+ `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.
1607+
16001608
16011609.. _datetime-timezone :
16021610
You can’t perform that action at this time.
0 commit comments