Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openpyxl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 248
    • Issues 248
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • openpyxl
  • openpyxl
  • Merge requests
  • !401

implement reading of ISO 8601 durations

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged nmartensen requested to merge topic/3.0/iso_delta_reading into branch/3.0 Mar 04, 2021
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 3

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'
  • No negative values allowed

--HG-- branch : 3.0

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/3.0/iso_delta_reading