Comment 4 for bug 1478418

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

Reviewed: https://review.openstack.org/205872
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e9322c8f65fc7c5b621393cd242fb819c1f904f7
Submitter: Jenkins
Branch: master

commit e9322c8f65fc7c5b621393cd242fb819c1f904f7
Author: fumihiko kakuma <email address hidden>
Date: Mon Jul 27 10:11:18 2015 +0900

    Fix a microsecond format of isoformat()

    isoformat() omits the microsecond from the format when the microsecond is 0.
    Therefore, use strftime('%Y-%m-%dT%H:%M:%S.%f') instead.

    Related Change-Id: Id6e8645362fe70b1427d45d5b44048fe47aba0f7
    Closes-Bug: #1478418

    Change-Id: I27059fa3476ceb51033534cc60d40047d88390d7