We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391966f commit c09073aCopy full SHA for c09073a
tests/test_valid.py
@@ -28,8 +28,8 @@ def test_valid(rf: RequestFactory):
28
}
29
],
30
'metadata': {
31
- 'created_at': datetime.datetime.strptime('2019-10-21T18:57:03+01:00', "%Y-%m-%dT%H:%M:%S%z"),
32
- 'updated_at': datetime.datetime.strptime('2019-10-21T18:57:03+01:00', "%Y-%m-%dT%H:%M:%S%z"),
+ 'created_at': datetime.datetime.strptime('2019-10-21T18:57:03+0100', "%Y-%m-%dT%H:%M:%S%z"),
+ 'updated_at': datetime.datetime.strptime('2019-10-21T18:57:03+0100', "%Y-%m-%dT%H:%M:%S%z"),
33
34
35
0 commit comments