Skip to content

Commit 5ff1917

Browse files
committed
set USE_TZ to false
1 parent 4d34e9d commit 5ff1917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pim/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
USE_I18N = True
142142

143-
USE_TZ = True
143+
USE_TZ = False
144144

145145

146146
# Static files (CSS, JavaScript, Images)

0 commit comments

Comments
 (0)