From 99699dac1af720c8250b3f815471a24c47952be3 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 11 Feb 2015 18:01:41 +0000 Subject: Fix TIME_ZONE in django settings for horizon --- openstack/etc/horizon/openstack_dashboard/local_settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openstack/etc/horizon/openstack_dashboard/local_settings.py b/openstack/etc/horizon/openstack_dashboard/local_settings.py index 3ced59c4..dc757eb1 100644 --- a/openstack/etc/horizon/openstack_dashboard/local_settings.py +++ b/openstack/etc/horizon/openstack_dashboard/local_settings.py @@ -263,8 +263,7 @@ DROPDOWN_MAX_ITEMS = 30 # The timezone of the server. This should correspond with the timezone # of your entire OpenStack installation, and hopefully be in UTC. -#TIME_ZONE = "UTC" -TIME_ZONE = "TIME_ZONE" +TIME_ZONE = "UTC" # When launching an instance, the menu of available flavors is # sorted by RAM usage, ascending. If you would like a different sort order, -- cgit v1.2.1