Comment 2 for bug 1806051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stx-upstream (master)

Reviewed: https://review.openstack.org/621168
Committed: https://git.openstack.org/cgit/openstack/stx-upstream/commit/?id=76a033521e369c03a4e58261d8b27d04734dfede
Submitter: Zuul
Branch: master

commit 76a033521e369c03a4e58261d8b27d04734dfede
Author: Paul-Emile Element <email address hidden>
Date: Fri Nov 30 09:36:06 2018 -0500

    unset horizon TIME_ZONE to use system value instead

    The horizon configuration file has a value set for
    TIME_ZONE (set to UTC). This value is not available for users to
    modify and takes precedence over the system settings.
    The result is that the horizon GUI will show times in UTC
    regardless of the system settings

    This commit simple unsets the value so that the GUI
    uses the system values by default.

    Closes-Bug: #1806051

    Change-Id: If24daaa97109d1020ec7f4ebdafebb5cda395ccb
    Signed-off-by: Paul-Emile Element <email address hidden>