Vitalie Spinu

Results 368 comments of Vitalie Spinu

@billdenney I made a few small changes and removed all the extraneous formatting which didn't match our house rules. Thanks!

Fixed in devel ``` r library(lubridate, warn.conflicts = F) #> Loading required package: timechange x [1] "2008-01-01" x [1] "2008-01-01" ``` Created on 2022-11-02 with [reprex v2.0.2](https://reprex.tidyverse.org)

This is just a printing issue in R. ``` r library(lubridate) x Time difference of 0 secs identical(as.numeric(pst), as.numeric(pst2)) #> [1] TRUE ``` Simply use proper time-zone names to avoid...

This might be a locale issue. @yetanothersu if you continue seeing this with the deelopment version please reopen and report your `Sys.getlocale("LC_TIME")`.

Moved on top of timechange. Issue should be fixed.

I am revisiting this and I think what we can do is to implement `second`, `minute`, `hour` and `day` methods for difftime. It would make sense IMO. We don't have...

Fixed after moving on top of timechange.

Sorry for taking so long. It was a bug indeed.