From: David ‘Bombe’ Roden Date: Wed, 8 May 2013 20:00:03 +0000 (+0200) Subject: Set correct timezone. X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=commitdiff_plain;h=7a00518cc95b7fe980525d702758c382ef52a6a2 Set correct timezone. --- 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