#16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.
This commit is contained in:
parent
9e0f462cb2
commit
86af58156b
|
@ -1533,7 +1533,7 @@ EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
|
|||
.. seealso::
|
||||
|
||||
`pytz <http://pypi.python.org/pypi/pytz/>`_
|
||||
The standard library has no :class:`tzinfo` instances except for UTC, but
|
||||
The standard library has no :class:`tzinfo` instances, but
|
||||
there exists a third-party library which brings the *IANA timezone
|
||||
database* (also known as the Olson database) to Python: *pytz*.
|
||||
|
||||
|
|
Loading…
Reference in New Issue