diff options
author | gary | 2019-06-13 00:02:56 +0000 |
---|---|---|
committer | gary | 2019-06-13 00:02:56 +0000 |
commit | 0f5306cf04bdb86a91aae69012e1321e344ef31d (patch) | |
tree | 84a66c3ed16dea8089255315c164bb35fe26757c | |
parent | 5ef9408f2894b8477d68fae05fe19e09fe5e3c96 (diff) |
-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" |