From 84cf78b6ed3b62adac755fcb0b26b8b773a6e6fc Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Thu, 26 May 2016 00:52:09 +0200 Subject: [PATCH] Use fixed timezone --- cms_helper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cms_helper.py b/cms_helper.py index 564b22b..3567f55 100755 --- a/cms_helper.py +++ b/cms_helper.py @@ -88,6 +88,8 @@ HELPER_SETTINGS = dict( 'filer.thumbnail_processors.scale_and_crop_with_subject_location', 'easy_thumbnails.processors.filters', ), + USE_TZ=True, + TIME_ZONE='UTC', FILE_UPLOAD_TEMP_DIR=mkdtemp(), SITE_ID=1, HAYSTACK_CONNECTIONS={