Commit 54a1d829 authored by Fred Drake's avatar Fred Drake

Noted by Guido:

Fixed up descriptions of altzone and timezone not to refer to the
0th meridian, which doesn't exist.  Reference is now to UTC.
parent a4881b62
...@@ -110,10 +110,10 @@ string. It may also be modified at run time. ...@@ -110,10 +110,10 @@ string. It may also be modified at run time.
\end{datadesc} \end{datadesc}
\begin{datadesc}{altzone} \begin{datadesc}{altzone}
The offset of the local DST timezone, in seconds west of the 0th The offset of the local DST timezone, in seconds west of UTC, if one
meridian, if one is defined. Negative if the local DST timezone is is defined. Negative if the local DST timezone is east of the 0th
east of the 0th meridian (as in Western Europe, including the UK). meridian (as in Western Europe, including the UK). Only use this if
Only use this if \code{daylight} is nonzero. \code{daylight} is nonzero.
\end{datadesc} \end{datadesc}
\begin{funcdesc}{asctime}{tuple} \begin{funcdesc}{asctime}{tuple}
...@@ -250,9 +250,9 @@ precision than 1 second. ...@@ -250,9 +250,9 @@ precision than 1 second.
\end{funcdesc} \end{funcdesc}
\begin{datadesc}{timezone} \begin{datadesc}{timezone}
The offset of the local (non-DST) timezone, in seconds west of the 0th The offset of the local (non-DST) timezone, in seconds west of UTC
meridian (i.e. negative in most of Western Europe, positive in the US, (i.e. negative in most of Western Europe, positive in the US, zero in
zero in the UK). the UK).
\end{datadesc} \end{datadesc}
\begin{datadesc}{tzname} \begin{datadesc}{tzname}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment