tidyverse / hms

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

as.hms parsing error #46

Closed alberthkcheng closed 7 years ago

alberthkcheng commented 7 years ago
> as.hms("16:34:59")
16:34:59.000000 # Correct
> as.hms("16:35:00")
16:34:591 # Wrong
> as.hms("16:35:01")
16:35:01 # Correct

It seems the error will occur every 15 minutes, i.e.: 16:35 16:05 16:50 17:35 17:50 I am using hms_0.3

alberthkcheng commented 7 years ago

ok. I found it is fixed in dev version (not the cran one). thanks

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.