Comment 27 for bug 1715486

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

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

commit d9c87bba0adc3f27b90d8309381c3f1445ba7bf1
Author: Sampath Priyankara <email address hidden>
Date: Thu Sep 7 10:25:30 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: I9b2a8ba5a5ab44c95e68d67e0e3ee8e2c0024b03
    Closes-Bug: #1715486