Comment 3 for bug 1688327

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

Reviewed: https://review.openstack.org/462602
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=f3f05c9a3f6109ec1e102ac9677accb82eb6cc54
Submitter: Jenkins
Branch: master

commit f3f05c9a3f6109ec1e102ac9677accb82eb6cc54
Author: Zane Bitter <email address hidden>
Date: Thu May 4 11:41:55 2017 -0400

    Deal correctly with negative elapsed time

    Since we're comparing local time to database time, we need to correctly
    handle negative offsets to account for clock skew. The datetime.timedelta
    class always reports a positive number of seconds, but with a possibly
    negative number of *days*. Therefore, take the days into account.

    Change-Id: I4422e4cf41cb57cdc89548d01b0abc27cda914ef
    Closes-Bug: #1688327