From: Sandro Tosi Date: Tue, 24 Apr 2012 17:43:33 +0000 (+0200) Subject: Issue #14448: mention pytz; patch by Andrew Svetlov X-Git-Tag: v2.7.4rc1~884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13c598b1d862b7f7f7359671e3944e81882b19b1;p=python Issue #14448: mention pytz; patch by Andrew Svetlov --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index f3b087096c..b8e9318d75 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1521,6 +1521,14 @@ Applications that can't bear such ambiguities should avoid using hybrid 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 `_ + The Standard Library has no :class:`tzinfo` instances except for UTC, but + it exists a third-party library which brings Olson timezone database to + Python: `pytz`. + + `pytz` contains up-to-date information and its usage is recommended. .. _strftime-strptime-behavior: