We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b41c23 commit 3950377Copy full SHA for 3950377
tests/expression_converter_/test_op_expressions.py
@@ -15,7 +15,7 @@ class ConversionTestCase(SimpleTestCase):
15
"boolean": True,
16
"NoneType": None,
17
"string": "string",
18
- "datetime": datetime.datetime.now(datetime.timezone.utc),
+ "datetime": datetime.datetime.now(datetime.UTC),
19
"duration": datetime.timedelta(days=5, hours=3),
20
"uuid": UUID("12345678123456781234567812345678"),
21
}
0 commit comments