[Python-checkins] CVS: python/dist/src/Doc/lib libtime.tex,1.29,1.30

Fred Drake python-dev@python.org
Wed, 5 Apr 2000 11:06:06 -0400


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/lib

Modified Files:
	libtime.tex 
Log Message:

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.


Index: libtime.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** libtime.tex	2000/04/03 20:13:54	1.29
--- libtime.tex	2000/04/05 15:06:03	1.30
***************
*** 111,118 ****
  
  \begin{datadesc}{altzone}
! The offset of the local DST timezone, in seconds west of the 0th
! meridian, 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 \code{daylight} is nonzero.
  \end{datadesc}
  
--- 111,118 ----
  
  \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
! \code{daylight} is nonzero.
  \end{datadesc}
  
***************
*** 251,257 ****
  
  \begin{datadesc}{timezone}
! The offset of the local (non-DST) timezone, in seconds west of the 0th
! meridian (i.e. negative in most of Western Europe, positive in the US,
! zero in the UK).
  \end{datadesc}
  
--- 251,257 ----
  
  \begin{datadesc}{timezone}
! The offset of the local (non-DST) timezone, in seconds west of UTC
! (i.e. negative in most of Western Europe, positive in the US, zero in
! the UK).
  \end{datadesc}