diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-08 18:18:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@firefly.ukcod.org.uk> | 2012-10-08 18:18:29 +0100 |
commit | 7a3b06d61f63f34eed12029c974dc66d6ffbdc87 (patch) | |
tree | 816d6ef3e8189a6af36e672949340be997b06074 /conf | |
parent | 0a07e772c8c7682f0b8717bed5a8b7e321c25665 (diff) |
Add TIME_ZONE variable for local display of times.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index b826dd89d..8d5018362 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -36,6 +36,10 @@ EXAMPLE_PLACES: [ 'High Street', 'Main Street' ] LANGUAGES: - 'en-gb,English,en_GB' +# If you're running an installation that is being used in a different time zone +# from the server, you can set the time zone here (standard time zone string) +TIME_ZONE: "" + # File locations for uploaded photos and cached geocoding results. UPLOAD_DIR: '../upload/' GEO_CACHE: '../cache/' |