From 7a00518cc95b7fe980525d702758c382ef52a6a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 8 May 2013 22:00:03 +0200 Subject: [PATCH] Set correct timezone. --- settings.py.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py.template b/settings.py.template index 8ac7df5..4ce7783 100644 --- a/settings.py.template +++ b/settings.py.template @@ -32,7 +32,7 @@ ALLOWED_HOSTS = [] # timezone as the operating system. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'America/Chicago' +TIME_ZONE = 'Europe/Berlin' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html -- 2.7.4