Comment 21 for bug 1715486

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

Reviewed: https://review.openstack.org/501516
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=1ae1a61a34179ca6d028d43498351214db9ef60a
Submitter: Jenkins
Branch: master

commit 1ae1a61a34179ca6d028d43498351214db9ef60a
Author: Sampath Priyankara <email address hidden>
Date: Thu Sep 7 10:31:07 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: I53de9164d17551fb08fa5eb554856a9aa3aafec6
    Closes-Bug: #1715486