diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 5bdcc2c1..9b587928 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -125,7 +125,7 @@ else: ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '*'] -TIME_ZONE = "Australia/Sydney" +TIME_ZONE = "Australia/Brisbane" DATE_FORMAT = "j F Y" LANGUAGE_CODE = "en-au"