We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10bf47 commit 32ce126Copy full SHA for 32ce126
1 file changed
pgweb/settings.py
@@ -20,6 +20,9 @@
20
21
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
22
23
+# We don't use the django timezone support
24
+USE_TZ = False
25
+
26
# Local time zone for this installation. Choices can be found here:
27
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
28
# although not all choices may be available on all operating systems.
0 commit comments