← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1744160] [NEW] Change in iso8601 1.12.0 date format breaks parsing with py35

 

Public bug reported:

New package of iso8601 returns string in the format:

'2012-02-14T20:53:07UTC+00:00'

instead of:


'2012-02-14T20:53:07Z'


This is resulting in date string comparison failures and timeutils.parse_isotime errors with:

ValueError: Unable to parse date string '2014-08-08T00:00:00UTC+00:00'

** Affects: cinder
     Importance: Undecided
         Status: New

** Affects: glance
     Importance: Undecided
         Status: New

** Affects: keystone
     Importance: Undecided
         Status: New

** Affects: nova
     Importance: Undecided
         Status: New

** Affects: oslo.utils
     Importance: Undecided
         Status: New

** Also affects: cinder
   Importance: Undecided
       Status: New

** Also affects: nova
   Importance: Undecided
       Status: New

** Also affects: glance
   Importance: Undecided
       Status: New

** Also affects: keystone
   Importance: Undecided
       Status: New

** Summary changed:

- Change in iso8601 1.12.0 date format breaks parsing
+ Change in iso8601 1.12.0 date format breaks parsing with py35

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1744160

Title:
  Change in iso8601 1.12.0 date format breaks parsing with py35

Status in Cinder:
  New
Status in Glance:
  New
Status in OpenStack Identity (keystone):
  New
Status in OpenStack Compute (nova):
  New
Status in oslo.utils:
  New

Bug description:
  New package of iso8601 returns string in the format:

  '2012-02-14T20:53:07UTC+00:00'

  instead of:

  
  '2012-02-14T20:53:07Z'

  
  This is resulting in date string comparison failures and timeutils.parse_isotime errors with:

  ValueError: Unable to parse date string '2014-08-08T00:00:00UTC+00:00'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1744160/+subscriptions


Follow ups