Comment 2 for bug 1526588

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

Reviewed: https://review.openstack.org/258233
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=b68311db95860ac1cab585a5ab66bd3b3abb765e
Submitter: Jenkins
Branch: master

commit b68311db95860ac1cab585a5ab66bd3b3abb765e
Author: Kota Tsuyuzaki <email address hidden>
Date: Tue Dec 15 18:55:41 2015 -0800

    Fix reconciler test to calc lastmodified as UTC

    Swift reconciler calculates the last-modified date as UTC but
    current test calculates it as local time zone. It triggers unit
    test failure in non-UTC environment.

    This patch fixes the test to calculate the last-modified as UTC
    as well.

    Change-Id: Ia0053f350daf2cb8c61ac01a933924b6e4b0cb37
    Closes-Bug: #1526588