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

24 Nov
2014
24 Nov
'14
8:02 a.m.
commit 8e01275c0049b4e5be37d290a9e2b6e9cba03205 Author: Christian Fromme <kaner@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
3839
Age (days ago)
3839
Last active (days ago)
0 comments
1 participants
participants (1)
-
kaner@torproject.org