[Zope-Checkins]
SVN: Zope/trunk/lib/python/DateTime/tests/testDateTime.py
Missed one, the horrors of living in the GMT timezone.
Laurence Rowe
l at lrowe.co.uk
Thu Oct 18 11:52:09 EDT 2007
Log message for revision 80923:
Missed one, the horrors of living in the GMT timezone.
Changed:
U Zope/trunk/lib/python/DateTime/tests/testDateTime.py
-=-
Modified: Zope/trunk/lib/python/DateTime/tests/testDateTime.py
===================================================================
--- Zope/trunk/lib/python/DateTime/tests/testDateTime.py 2007-10-18 15:47:22 UTC (rev 80922)
+++ Zope/trunk/lib/python/DateTime/tests/testDateTime.py 2007-10-18 15:52:08 UTC (rev 80923)
@@ -263,7 +263,7 @@
# ISO8601 reference dates
ref0 = DateTime('2002/5/2 8:00am')
ref1 = DateTime('2002/5/2 8:00am US/Eastern')
- ref2 = DateTime('2006/11/6 10:30 UTC')
+ ref2 = DateTime('2006/11/6 10:30')
ref3 = DateTime('2004/06/14 14:30:15 GMT-3')
ref4 = DateTime('2006/01/01')
ref5 = DateTime('2002/5/2 8:00am GMT')
More information about the Zope-Checkins
mailing list