[Zope-Checkins]
SVN: Zope/trunk/lib/python/DateTime/tests/testDateTime.py
Fix test. According to http://en.wikipedia.org/wiki/ISO_8601
Laurence Rowe
l at lrowe.co.uk
Thu Oct 18 11:47:23 EDT 2007
Log message for revision 80922:
Fix test. According to http://en.wikipedia.org/wiki/ISO_8601
If no time zone information is given with a time, the time zone is assumed to be in some conventional local time zone.
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 13:27:55 UTC (rev 80921)
+++ Zope/trunk/lib/python/DateTime/tests/testDateTime.py 2007-10-18 15:47:22 UTC (rev 80922)
@@ -265,7 +265,7 @@
ref1 = DateTime('2002/5/2 8:00am US/Eastern')
ref2 = DateTime('2006/11/6 10:30 UTC')
ref3 = DateTime('2004/06/14 14:30:15 GMT-3')
- ref4 = DateTime('2006/01/01 UTC')
+ ref4 = DateTime('2006/01/01')
ref5 = DateTime('2002/5/2 8:00am GMT')
# Basic tests
More information about the Zope-Checkins
mailing list