tidyverse / hms

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

Formatting for fractional seconds #13

Closed krlmlr closed 8 years ago

krlmlr commented 8 years ago

Should obey getOption("digits").

hms(1.5)
## 00:00:01.5
hms(1.2345678)
## 00:00:01.234568
hms(1.23, 45, 678)
## 678:45:01
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.