tidyverse / hms

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

hms difftime time vectors don't show seconds, but do show subseconds #56

Closed ghost closed 6 years ago

ghost commented 6 years ago

@ftobin commented on Apr 24, 2018, 11:42 PM UTC:

Note that the "30 seconds" component is missing from the display:

> pillar::pillar(hms::hms(hours=10, minutes=20, seconds=30.555))
<time>   
10:20.555

Expected output: 10:20:30.555

This issue was moved by krlmlr from r-lib/pillar/issues/111.

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.