tidyverse / hms

A simple class for storing time-of-day values
https://hms.tidyverse.org/
Other
138 stars 25 forks source link

`dhms` class should be implemented #40

Closed qgeissmann closed 3 years ago

qgeissmann commented 7 years ago

When durations are larger than several days, the "HH:MM:SS" becomes quite hard to grasp. Most people will not intuitively get that "162:00:00"= "6d18:00:00". As discussed in #12. it could be very useful to provide another class, dhms, that displays durations in days and HMS, as well. I am happy to implement it

krlmlr commented 7 years ago

Thanks, this would be useful indeed.

krlmlr commented 7 years ago

Duplicate of #14.

krlmlr commented 3 years ago

Shelved for now.

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.