Getting NA trying to parse this date:
fasttime::fastPOSIXct("1967-01-01", required.components = 3)
How come?
It is mentioned in the ?fastPOSIXct
description
fastPOSIXct converts timestamps in textual (string) form into POSIXct objects. It interprets sequences of digits separated by non-digits as a timestamp in GMT. The order of interpretation is fixed: year, month, day, hour, minute, second. Note that only true (positive) POSIX dates (since 1970-01-01 00:00:00) are supported and fastPOSIXct accepts dates up to year 2199.