diff options
author | Michael Elkins <melkins@tislabs.com> | 2011-04-06 17:11:06 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2011-04-06 17:11:06 +0000 |
commit | 9c717ab4e3db9efc97aab49caf6a7a68504d6315 (patch) | |
tree | e51df71e7a62f6249aa5f52ca0e2fec11f916760 | |
parent | 3b2336ac6ae90c45e34e2496fabbd16e4f8203b8 (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.in | 2 |
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' |