Update conference time zone

This commit is contained in:
Joel Addison 2024-04-07 14:43:25 +10:00
parent 7179bee130
commit 4fa0341563

View file

@ -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"