Comment 3 for bug 951603

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

Reviewed: https://review.openstack.org/5195
Committed: http://github.com/openstack/keystone/commit/1e07b98d77a6ccb254e6f4411682235a47dab137
Submitter: Jenkins
Branch: master

commit 1e07b98d77a6ccb254e6f4411682235a47dab137
Author: Chmouel Boudjnah <email address hidden>
Date: Sat Mar 10 17:22:06 2012 +0100

    Fix iso8601 import/use and date comparaison.

    - Store the unix time from iso8601.parse_date to compare against
      time.time.
    - on a WSGI environement the import don't get passed to the methods from
      __init__ use a self. variable.
    - Fixes bug 951603.
    - Add unit tests.
    - Add iso8601 to test-requires.

    Change-Id: Ia8af8b203d1310d5ae6868c3a14dfdf68d6e5331