summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/settings.py
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2007-04-23 19:34:24 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2007-04-23 19:34:24 +0000
commitec7c325353f8bc26a502b2dca66a085bb2689582 (patch)
tree6955e3a2fea6f938807da48001597e2b44f3b1bd /src/lib/Server/Hostbase/settings.py
parent57d238f7b082c49d10024b8d54b7fb782dc0a997 (diff)
downloadbcfg2-ec7c325353f8bc26a502b2dca66a085bb2689582.tar.gz
bcfg2-ec7c325353f8bc26a502b2dca66a085bb2689582.tar.bz2
bcfg2-ec7c325353f8bc26a502b2dca66a085bb2689582.zip
various tweaks to templates
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3058 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/settings.py')
-rw-r--r--src/lib/Server/Hostbase/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/settings.py b/src/lib/Server/Hostbase/settings.py
index 378239522..ac2dc5fab 100644
--- a/src/lib/Server/Hostbase/settings.py
+++ b/src/lib/Server/Hostbase/settings.py
@@ -38,7 +38,7 @@ DATABASE_HOST = options['database_host']
DATABASE_PORT = int(options['database_port'])
# Local time zone for this installation. All choices can be found here:
# http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
-TIME_ZONE = ''
+TIME_ZONE = 'America/Chicago'
# enter the defauly MX record machines will get in Hostbase
# this setting may move elsewhere eventually