Comment 2 for bug 1753644

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

Reviewed: https://review.openstack.org/551195
Committed: https://git.openstack.org/cgit/openstack/masakari/commit/?id=634d8bc2efef536008632728a27127eb230b1170
Submitter: Zuul
Branch: master

commit 634d8bc2efef536008632728a27127eb230b1170
Author: Kengo Takahara <email address hidden>
Date: Fri Mar 9 16:41:06 2018 +0900

    Fix for difference in tzinfo.tzname value between py27 and py35

    The tzinfo.tzname value differs between py27 and py35.
    For example, 'UTC' for py27, 'UTC+00:00' for py35.
    Therefore, it is necessary to change the way to get the date string.

    Change-Id: Iae5539e0aec0fab0a08640f7f6600a1d91b241e5
    Closes-Bug: #1753644