Revert to using TZ anyway. Too many problems by disabling it by now.

This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-13 18:55:25 +02:00
parent d7e8e24361
commit 5bd0f38249

View file

@ -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'