sdispater / pendulum

Python datetimes made easy
https://pendulum.eustace.io
MIT License
6.22k stars 385 forks source link

Format duration to ISO 8601 string #306

Open jtrakk opened 5 years ago

jtrakk commented 5 years ago

https://github.com/sdispater/pendulum/issues/112 is about parsing a duration. It'd be nice to have the inverse too, for converting durations to strings.

gnattishness commented 5 years ago

I was just recently thinking the same! Adding a PR.