We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b289b commit 19ccdb8Copy full SHA for 19ccdb8
test/test_son.py
@@ -62,7 +62,7 @@ def test_from_xml(self):
62
(u"c", True),
63
(u"pi", 3.14159265358979),
64
(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)),
+ (u"now", datetime.datetime(1973, 11, 26, 6, 47, 32, 57000)),
66
(u"dbref",
67
DBRef("namespace",
68
ObjectId("\xCA\x5C\x67\x49\x6C\x01\xD8\x96\xF7\x01\x00\x00"))),
0 commit comments