Log message for revision 40407:
  Fix timezone issues. I shoulda seen that one coming...
  

Changed:
  U   Zope/trunk/lib/python/DateTime/DateTime.txt

-=-
Modified: Zope/trunk/lib/python/DateTime/DateTime.txt
===================================================================
--- Zope/trunk/lib/python/DateTime/DateTime.txt 2005-11-29 15:05:15 UTC (rev 
40406)
+++ Zope/trunk/lib/python/DateTime/DateTime.txt 2005-11-29 15:25:58 UTC (rev 
40407)
@@ -219,11 +219,11 @@
     >>> dt.timeTime()
     857933100.0
 
-    >>> DateTime('2040/01/01').timeTime()
-    2208985200.0
+    >>> DateTime('2040/01/01 UTC').timeTime()
+    2208988800.0
 
-    >>> DateTime('1900/01/01').timeTime()
-    -2208992400.0
+    >>> DateTime('1900/01/01 UTC').timeTime()
+    -2208988800.0
 
 * ``toZone(z)`` returns a DateTime with the value as the current
   object, represented in the indicated timezone:

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to