aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2011-04-06 17:11:06 +0000
committerMichael Elkins <melkins@tislabs.com>2011-04-06 17:11:06 +0000
commit9c717ab4e3db9efc97aab49caf6a7a68504d6315 (patch)
treee51df71e7a62f6249aa5f52ca0e2fec11f916760
parent3b2336ac6ae90c45e34e2496fabbd16e4f8203b8 (diff)
use GMT instead of UTC, since the latter seems to make fbsd 8 unhappy
svn path=/rpkid/rpki/gui/settings.py.in; revision=3761
-rw-r--r--rpkid/rpki/gui/settings.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/gui/settings.py.in b/rpkid/rpki/gui/settings.py.in
index 35caecd3..04d6aea8 100644
--- a/rpkid/rpki/gui/settings.py.in
+++ b/rpkid/rpki/gui/settings.py.in
@@ -21,7 +21,7 @@ DATABASES = {
# 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 = 'UTC'
+TIME_ZONE = 'GMT'
# Make this unique, and don't share it with anybody.
SECRET_KEY = '%(AC_SECRET_KEY)s'