tidyverse / hms

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

Formatting for >= 24 hours #12

Closed krlmlr closed 8 years ago

krlmlr commented 8 years ago

Currently shows hours modulo 24.

krlmlr commented 8 years ago

The first option can be enabled later by implementing a dhms class where only the format() method differs.

Need to pad with spaces if >= 100 hours.

github-actions[bot] commented 3 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.