anytime
anytime copied to clipboard
Anything to POSIXct or Date Converter
For dates older than 15ish years ago, the anytime() function sometimes returns 11 pm on the day before the correct date. OS: Windows 10. Examples of the function returning the...
This crashes the R session on Windows: ```r anytime::anytime(c("2.343423423", "3.435435345")) ``` It works fine with `useR = TRUE`: ```r anytime::anytime(c("2.343423423", "3.435435345"), useR = TRUE) # [1] NA NA ``` and...
In a [comment](https://github.com/eddelbuettel/anytime/issues/36#issuecomment-284803600) to #36, @statquant shows some useful R code with datetime conversion between R and Boost. It shows some residual differences for a fraction of the inputs, and...
Hi, First of all, thanks for this wonderful package. Reprex: ```r library(anytime) removeFormats(getFormats()) ddFormats [1] NA ``` Why is not the string translated to 1993-08-30, when `"%d%m%Y"` is included as...