Revert to using TZ anyway. Too many problems by disabling it by now.
This commit is contained in:
parent
d7e8e24361
commit
5bd0f38249
|
@ -63,7 +63,7 @@ STATICFILES_DIRS = [local_dir('static_src')]
|
|||
LANGUAGE_CODE = 'en-us'
|
||||
#USE_I18N = True
|
||||
#USE_L10N = True
|
||||
USE_TZ = False
|
||||
USE_TZ = True
|
||||
SHORT_DATE_FORMAT = 'd/m-Y'
|
||||
DATE_FORMAT = 'd/m-Y'
|
||||
DATETIME_FORMAT = 'd/m-Y H:i'
|
||||
|
|
Loading…
Reference in a new issue