Skip to content
Prev 46900 / 63421 Next

Possible POSIXlt / wday glitch & bugs.r-project.org status

On Fri, Oct 4, 2013 at 8:02 PM, Imanuel Costigan <i.costigan at me.com> wrote:
It's an issue with size of the largest number you can store in a
signed integer, which is not specific to R.
[1] "2038-01-19 03:14:07 UTC"

Dates larger than that cannot be represented by a signed integer.  It
could be worked around, but it's not trivial because R would have to
use something other than the tm C struct.  Luckily, there's a decade
or two before it starts to become a pressing issue. :)