Due to internally calling `time.UnixNano`, `primitive.NewDateTimeFromTime` is artificially limiting the range of dates supported. Instead, it should get the unix seconds from the time argument and add them to the nanoseconds divided by a million.
- is related to
-
GODRIVER-983 extjson date parser doesn't work for dates after the year 2262
- Closed