diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-19 09:02:04 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-19 09:02:04 +1100 |
commit | b4ed63758425224440ed3b7782b1f5010995aaa8 (patch) | |
tree | dfa6416708e99738aa6d31dc76097724a92ffff9 /lib/configuration.rb | |
parent | f5dd6615bd0f5443cf98dca1472bbc620da1af32 (diff) |
Add support for showing all dates and times in the correct timezone
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index ee2ce40c5..baec8b67a 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -44,6 +44,7 @@ module Configuration :SPECIAL_REPLY_VERY_LATE_AFTER_DAYS => 60, :THEME_URL => "", :THEME_URLS => [], + :TIME_ZONE => "UTC", :TRACK_SENDER_EMAIL => 'contact@localhost', :TRACK_SENDER_NAME => 'Alaveteli', :TWITTER_USERNAME => '', |