Skip to content

yawn/isodur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

isodur

Build Status

isodir is an ISO 8601 duration period parser and generator. It supports fractions.

Examples

  • Parse("PT24H") yields a duration of 86400 seconds
  • Parse("PT60M") yields a duration of 3600 seconds
  • Parse("P1.75D") yields a duration of 151200 seconds
  • Parse("PT2H1,5M") yields a duration of 7290 seconds

About

Parse and generate ISO 8601 periods

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages