commit c970e7de7cb5e56c73f189ea334b72212d7d65c2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Dec 7 15:02:41 2016 +0100
Update hk config
roles/mailman/templates/settings.py.j2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/roles/mailman/templates/settings.py.j2
b/roles/mailman/templates/settings.py.j2
index d0f96d3..1d8df3e 100644
--- a/roles/mailman/templates/settings.py.j2
+++ b/roles/mailman/templates/settings.py.j2
@@ -15,7 +15,7 @@ SECRET_KEY = '{{ mailman_hyperkitty_cookie_key }}'
DEBUG = False
ADMINS = (
- ('HyperKitty Admin', 'kwizart(a)rpmfusion.org'),
+ ('HyperKitty Admin', 'kwizart(a)gmail.com'),
)
SERVER_EMAIL = 'root(a)rpmfusion.org'
DEFAULT_FROM_EMAIL = "admin(a)rpmfusion.org"
@@ -167,7 +167,7 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_SCHEME',
'https')
LANGUAGE_CODE = 'en-us'
-TIME_ZONE = 'America/Chicago'
+TIME_ZONE = 'Etc/UTC'
USE_I18N = True