diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/skin_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/skin_settings.py b/code/skin_settings.py index 0de574e..5d8df2e 100644 --- a/code/skin_settings.py +++ b/code/skin_settings.py @@ -5,7 +5,7 @@ SERVER_EMAIL="webmaster@pgdu.org" # although not all choices may be available on all operating systems. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'Australia/Melbourne' +TIME_ZONE = 'Australia/Sydney' INVOICE_SENDER_EMAIL="treasurer@pgdu.org" MEMBERSHIP_SENDER_EMAIL="treasurer@pgdu.org" |