From 2478f5de581709cfe3180c50a6be909824963fa7 2019-10-02 13:25:41 From: Joel Addison Date: 2019-10-02 13:25:41 Subject: [PATCH] Change to Brisbane time --- diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index e3d62ad5c96cd879573cd14b2b688b58c49c2bb6..6617be0313d99f9f5b04195fce76b3a78d6c3c80 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -117,7 +117,7 @@ CACHES = { ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '*'] -TIME_ZONE = "Pacific/Auckland" +TIME_ZONE = "Australia/Brisbane" DATE_FORMAT = "j F Y" LANGUAGE_CODE = "en-au"