Comment 4 for bug 1498283

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-heatclient (stable/liberty)

Reviewed: https://review.openstack.org/266648
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=5d02fc7808c1e46d17e52e73ba69d223e76d7bd8
Submitter: Jenkins
Branch: stable/liberty

commit 5d02fc7808c1e46d17e52e73ba69d223e76d7bd8
Author: zengyingzhe <email address hidden>
Date: Mon Sep 28 18:40:25 2015 +0800

    Fix the bug when showing event in log format

    The event time displayed in log format is truncated, because the event
    log formater of heatclient resolves the event_time string incorrectly.
    Exchange the date and time fields splitted from event_time attribute,
    and don't truncate the last character of time_date[1].

    Closes-Bug: #1498283
    Change-Id: If94093e2b0531a78c26ba9baeceafc19b61df5f8
    (cherry picked from commit 35dd0f21df68bab229b04e6c4cceff3ee477b482)