summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,