Private
Public Access
1
0

added TIMEZONE=UTC to settings

This commit is contained in:
Sander Roosendaal
2017-09-19 08:38:56 +02:00
parent 2fdaf39537
commit cd19fcd707

View File

@@ -176,7 +176,7 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/
#TIME_ZONE = 'UTC'
TIME_ZONE = 'UTC'
USE_I18N = True