From: Fred Drake Date: Fri, 30 Jun 2000 04:24:52 +0000 (+0000) Subject: Change description of altzone to not refer to the "0th meridian". X-Git-Tag: v2.0b1~1252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57a2f7f8ef59c972624215bf20fa97b55152f97e;p=python Change description of altzone to not refer to the "0th meridian". --- diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 07fc1772dc..ee313923e0 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -111,8 +111,8 @@ string. It may also be modified at run time. \begin{datadesc}{altzone} The offset of the local DST timezone, in seconds west of UTC, if one -is defined. Negative if the local DST timezone is east of the 0th -meridian (as in Western Europe, including the UK). Only use this if +is defined. This is negative if the local DST timezone is east of UTC +(as in Western Europe, including the UK). Only use this if \code{daylight} is nonzero. \end{datadesc}