Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
a5ca27d7
Commit
a5ca27d7
authored
Oct 18, 2007
by
Laurence Rowe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed one, the horrors of living in the GMT timezone.
parent
b6335bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/python/DateTime/tests/testDateTime.py
lib/python/DateTime/tests/testDateTime.py
+1
-1
No files found.
lib/python/DateTime/tests/testDateTime.py
View file @
a5ca27d7
...
...
@@ -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'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment