]> granicus.if.org Git - python/commitdiff
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 28 Apr 2012 09:19:11 +0000 (11:19 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 28 Apr 2012 09:19:11 +0000 (11:19 +0200)
Doc/library/datetime.rst

index b8e9318d75790db789f62472e5d8c3fcf77fe8ae..8be8974a41fa4854713738a802fd9e9c89040e6b 100644 (file)
@@ -1524,11 +1524,18 @@ 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
-      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.
+      The standard library has no :class:`tzinfo` instances except for UTC, but
+      there exists a third-party library which brings the *IANA timezone
+      database* (also known as the Olson database) to Python: *pytz*.
+
+      *pytz* contains up-to-date information and its usage is recommended.
+
+   `IANA timezone database <http://www.iana.org/time-zones>`_
+      The Time Zone Database (often called tz or zoneinfo) contains code and
+      data that represent the history of local time for many representative
+      locations around the globe. It is updated periodically to reflect changes
+      made by political bodies to time zone boundaries, UTC offsets, and
+      daylight-saving rules.
 
 .. _strftime-strptime-behavior: