[tor-commits] [weather/master] Change time zone to something more sane.

kaner at torproject.org kaner at torproject.org
Mon Nov 24 08:02:04 UTC 2014


commit 8e01275c0049b4e5be37d290a9e2b6e9cba03205
Author: Christian Fromme <kaner at strace.org>
Date:   Mon Nov 24 09:01:32 2014 +0100

    Change time zone to something more sane.
---
 weather/settings.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/weather/settings.py b/weather/settings.py
index 0bf9fed..ac50cff 100644
--- a/weather/settings.py
+++ b/weather/settings.py
@@ -39,7 +39,7 @@ DATABASE_OPTIONS = {
 # 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 = 'None'
+TIME_ZONE = 'UTC'
 
 # Language code for this installation. All choices can be found here:
 # http://www.i18nguy.com/unicode/language-identifiers.html



More information about the tor-commits mailing list