Changes in version 1.1-0 (2022-03-16) o add fixed= parameter allowing to parse timestamps without separators (#4) o add fastDate() (#5) Changes in version 1.0-3 o use registered C symbol for faster look-up Changes in version 0.1-2 o fix fastPOSIXct() example to use GMT when generating test timestamp range, otherwise R may generate timestamps before the epoch in timezones west of GMT (#2) o fix handling of year 2100 which is not a leap year. The supported date range in fastPOSIXct() is now 1970..2199. o fix 32-bit integer overflow when computing year offset (#3) Changes in version 0.1-1 o properly generate NA for invalid entries Changes in version 0.1-0 o first public version providing fastPOSIXct()