Use Sydney timezone to fix ics consumption

Some calendar programs cannot understand Australia/Canberra, even though it should be a link to Sydney.
Change to Australia/Sydney explicitly to avoid issues in clients.
This commit is contained in:
Joel Addison 2021-11-27 16:38:31 +10:00
parent 31c265a6b8
commit 6256bb2420

View file

@ -125,7 +125,7 @@ else:
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '*']
TIME_ZONE = "Australia/Canberra"
TIME_ZONE = "Australia/Sydney"
DATE_FORMAT = "j F Y"
LANGUAGE_CODE = "en-au"