cpython: e0e421133d0f (original) (raw)
Mercurial > cpython
changeset 76532:e0e421133d0f 2.7
Issue #14448: mention pytz; patch by Andrew Svetlov [#14448]
Sandro Tosi sandro.tosi@gmail.com | |
---|---|
date | Tue, 24 Apr 2012 19:43:33 +0200 |
parents | 22767284de99 |
children | aff14bea5596 |
files | Doc/library/datetime.rst |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-)[+] [-] Doc/library/datetime.rst 8 |
line wrap: on
line diff
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1521,6 +1521,14 @@ Applications that can't bear such ambigu
other fixed-offset :class:tzinfo
subclass (such as a class representing only
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[](#l1.10)
it exists a third-party library which brings Olson timezone database to[](#l1.11)
Python: `pytz`.[](#l1.12)
`pytz` contains up-to-date information and its usage is recommended.[](#l1.14)