Commit a5ca27d7 authored by Laurence Rowe's avatar Laurence Rowe

Missed one, the horrors of living in the GMT timezone.

parent b6335bf7
......@@ -263,7 +263,7 @@ class DateTimeTests(unittest.TestCase):
# 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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment