Skip to content

Commit 19ccdb8

Browse files
author
Mike Dirolf
committed
utc
1 parent b6b289b commit 19ccdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_son.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_from_xml(self):
6262
(u"c", True),
6363
(u"pi", 3.14159265358979),
6464
(u"an_array", [u"x", u"y", u"z", SON([(u"subobject", u"yup")])]),
65-
(u"now", datetime.datetime(1973, 11, 26, 1, 47, 32, 57000)),
65+
(u"now", datetime.datetime(1973, 11, 26, 6, 47, 32, 57000)),
6666
(u"dbref",
6767
DBRef("namespace",
6868
ObjectId("\xCA\x5C\x67\x49\x6C\x01\xD8\x96\xF7\x01\x00\x00"))),

0 commit comments

Comments
 (0)