Searched for this in the issues but couldn't find it. It seem like `as.IDate` ignores `origin` ```r library(data.table) #v1.11.2 as.IDate(1000, origin = "1930-01-01") ## [1] "1972-09-27" as.Date(1000, origin = "1930-01-01") ## [1] "1932-09-27" ```
Searched for this in the issues but couldn't find it. It seem like
as.IDateignoresorigin