Comment 23 for bug 1715486

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

Reviewed: https://review.openstack.org/501518
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=887fa746aec17e673e418d96f2e8476194c38de5
Submitter: Jenkins
Branch: master

commit 887fa746aec17e673e418d96f2e8476194c38de5
Author: Sampath Priyankara <email address hidden>
Date: Thu Sep 7 10:40:49 2017 +0900

    iso8601.is8601.Utc No Longer Exists

    iso8601.UTC is correct datetime UTC field object.
    iso8601 >= 0.1.12 includes only iso8601.UTC for python3
    while both UTC and Utc() for python2. Less then 0.1.12
    included both UTC and Utc() for both python2/3.

    Change-Id: I0f8796fba6725eea013b3f8d9ad33c10a402c524
    Closes-Bug: #1715486