From 4fa034156303cc271e345f9fc74584f5c2560894 Mon Sep 17 00:00:00 2001 From: Joel Addison Date: Sun, 7 Apr 2024 14:43:25 +1000 Subject: [PATCH] Update conference time zone --- pinaxcon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"