]> granicus.if.org Git - python/commitdiff
SF bug 671779: Error in tzinfo.dst() docs
authorTim Peters <tim.peters@gmail.com>
Tue, 21 Jan 2003 16:44:27 +0000 (16:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 21 Jan 2003 16:44:27 +0000 (16:44 +0000)
tzinfo dst() should return timedelta(0) if DST is not effect, not 0.

Doc/lib/libdatetime.tex

index 2421fa7fd2e0b8d76838dba61d20213f6e4f503c..84869b01583dc32cad82583a634275cc33e31944 100644 (file)
@@ -1055,8 +1055,8 @@ implement all of them.
 
 \begin{methoddesc}{dst}{self, dt}
   Return the daylight saving time (DST) adjustment, in minutes east of
-  UTC, or \code{None} if DST information isn't known.  Return \code{0} if
-  DST is not in effect.
+  UTC, or \code{None} if DST information isn't known.  Return
+  \code{timedelta(0)} if DST is not in effect.
   If DST is in effect, return the offset as a
   \class{timedelta} object (see \method{utcoffset()} for details).
   Note that DST offset, if applicable, has