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 41730fd commit abac679Copy full SHA for abac679
pgcommitfest/settings.py
@@ -29,7 +29,9 @@
29
# If running in a Windows environment this must be set to the same as your
30
# system time zone.
31
TIME_ZONE = "GMT"
32
-USE_TZ = True
+
33
+# Our code currently compares naive datetimes
34
+USE_TZ = False
35
36
# Language code for this installation. All choices can be found here:
37
# http://www.i18nguy.com/unicode/language-identifiers.html
0 commit comments