diff options
Diffstat (limited to 'rpkid/rpki/gui/settings.py.in')
-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' |