Skip to content
  • nmartensen's avatar
    implement reading of ISO 8601 durations · de0d343037af
    nmartensen authored
    This implements reading the limited subset of the ISO 8601 duration
    specification that seems to be used by Excel when writing in OOXML
    strict mode:
    
     - Only hours, minutes, and seconds are understood
     - Only the point is accepted as decimal separator
     - The duration string always starts with 'PT'
    
    --HG--
    branch : 3.0
    de0d343037af