Set timezone in base config

This commit is contained in:
Danielle McLean 2017-10-23 15:55:32 +11:00
parent 541830a5ec
commit 3b5713361a
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 2 additions and 2 deletions

View File

@ -111,9 +111,9 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/1.11/topics/i18n/
LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'en-au'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Australia/Sydney'
USE_I18N = True