From: Matthijs Kooijman Date: Mon, 18 Oct 2010 10:37:17 +0000 (+0200) Subject: settings: Set the timezone. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=commitdiff_plain;h=d57f6ae002d6c990466f57be1fa55d5b365891f5 settings: Set the timezone. --- diff --git a/settings.py b/settings.py index e3d71db..cd6ed64 100644 --- a/settings.py +++ b/settings.py @@ -25,7 +25,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with # 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 = 'America/Chicago' +TIME_ZONE = 'Europe/Amsterdam' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html