From: Yasin Date: Mon, 23 Dec 2013 10:57:09 +0000 (+0100) Subject: TimeZone set to Europe instead of US X-Git-Tag: myslice-0.3-0~44 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e280d8c0de39b4af8b54750be0a9dd9101f1866a;hp=33b57db38fa8eec5030116cf655375bd604e0ed4;p=unfold.git TimeZone set to Europe instead of US --- diff --git a/myslice/settings.py b/myslice/settings.py index 5c2d29cc..70b4a87a 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -72,7 +72,7 @@ DATABASES = { # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems. # In a Windows environment this must be set to your system time zone. -TIME_ZONE = 'America/Chicago' +TIME_ZONE = 'Europe/Paris' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html