From: Raymond Hettinger Date: Tue, 1 Jul 2003 07:19:17 +0000 (+0000) Subject: Improve the wording a bit X-Git-Tag: v2.3c1~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c8f78deab036f64b997ccdd29573205c6bed0e2;p=python Improve the wording a bit --- diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 6597ac5c78..eb4d719121 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -296,7 +296,7 @@ any missing data is \code{(1900, 1, 1, 0, 0, 0, 0, 1, -1)} . Support for the \code{\%Z} directive is based on the values contained in \code{tzname} and whether \code{daylight} is true. Because of this, -it is platform-specific without recognition for UTC and GMT which are +it is platform-specific except for recognizing UTC and GMT which are always known (and are considered to be non-daylight savings timezones). \end{funcdesc}