tidyverse / hms

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

Adding to Date objects gives strange results #4

Closed krlmlr closed 8 years ago

krlmlr commented 8 years ago
> Sys.Date()
[1] "2016-03-31"
> Sys.Date() + hms::hms(1)
[1] "2016-04-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.