diff --git a/lemoncurry/settings/base.py b/lemoncurry/settings/base.py index c1e823a..fcbb1d0 100644 --- a/lemoncurry/settings/base.py +++ b/lemoncurry/settings/base.py @@ -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