From ec292935875aba46f1d9195934b235a947a7ace3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Mon, 4 May 2015 21:01:09 +0200 Subject: [PATCH] Fixed timezone --- fmartingrcom/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmartingrcom/settings/base.py b/fmartingrcom/settings/base.py index 12e8cfd..b5cc6b1 100644 --- a/fmartingrcom/settings/base.py +++ b/fmartingrcom/settings/base.py @@ -87,7 +87,7 @@ DATABASES = { LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Madrid' USE_I18N = False