summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:01:41 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:37 +0000
commit99699dac1af720c8250b3f815471a24c47952be3 (patch)
tree325d587cc7afd5a564b11acd7895c0228f67efc7
parent66765bd112b5d0da0e0940bdf29a967a4bf88d08 (diff)
downloaddefinitions-99699dac1af720c8250b3f815471a24c47952be3.tar.gz
Fix TIME_ZONE in django settings for horizon
-rw-r--r--openstack/etc/horizon/openstack_dashboard/local_settings.py3
1 files changed, 1 insertions, 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,