Skip to content

Commit abac679

Browse files
committed
Switch TZ support off again, needs more fixes
1 parent 41730fd commit abac679

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pgcommitfest/settings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
# If running in a Windows environment this must be set to the same as your
3030
# system time zone.
3131
TIME_ZONE = "GMT"
32-
USE_TZ = True
32+
33+
# Our code currently compares naive datetimes
34+
USE_TZ = False
3335

3436
# Language code for this installation. All choices can be found here:
3537
# http://www.i18nguy.com/unicode/language-identifiers.html

0 commit comments

Comments
 (0)