Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upas.IDate returns NAs when converting from POSIX #3780
Comments
|
Thanks for the report. Should be fixed in #3781 |
|
If you can't update or install from dev, you could fix this in the CRAN version with |
Hello,
when converting a POSIX to an IDate, for certain time zone settings as.IDate returns NAs instead of the correct date. For example, this is the case for
as.IDate(as.POSIXct("1900-01-01",tz="UTC"))The same happens, if I change the time zone to GTM, but interestingly it works just fine for CET or EST.
As a console output I get the following warning: