Private
Public Access
1
0

timezone settings

This commit is contained in:
Sander Roosendaal
2017-09-25 22:14:48 +02:00
parent 91022f4195
commit 1fa4f28a0a

View File

@@ -176,13 +176,13 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/
TIME_ZONE = 'UTC'
USE_I18N = True
USE_L10N = True
USE_TZ = True
TIME_ZONE = 'UTC'
TZ_DETECT_COUNTRIES = ('US','DE','GB','CZ','FR','IT')