diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-12 13:37:00 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-12 13:37:00 +0000 |
commit | c96b27c301023a6a1f50c12f0c387205b0255836 (patch) | |
tree | 2a99d15edac511ab1d40ff7ec82486601d12815a | |
parent | 1f24c4bcb6644a2d852d4d6da5f27f862fa7a389 (diff) |
Uncomment timezone to allow mySoc deployment system to accept timezone param.release/0.6.8
-rw-r--r-- | config/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 1cceef38e..fd134b0c2 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -18,7 +18,7 @@ ISO_COUNTRY_CODE: GB # This is the timezone that times and dates are displayed in # If not set defaults to UTC. -#TIME_ZONE: Australia/Sydney +TIME_ZONE: Australia/Sydney # These feeds are displayed accordingly on the Alaveteli "blog" page: BLOG_FEED: 'http://www.mysociety.org/category/projects/whatdotheyknow/feed/' |