Skip to content
Prev 40707 / 398498 Next

ISOdate returns incorrect date?

"Heiko Schaefer" <heiko.schaefer at swissrisk.com> writes:
Yes, something is strange for me too (RedHat 8):
[1] "1900-03-01 13:00:00 CET"
[1] "1900-03-01 13:00:00 CET"

Apparently, the one-day shift affects all dates after March 2, 1900,
and in no other year. One easily gets the suspicion that the fact that
1900 was *not* a leap year has something to do with it. However,
strptime() which this calls indirectly is only as good as its OS-level
counterpart, I believe.