NEWS
fasttime 1.1-0 (2022-03-16)
- add fixed= parameter allowing to parse timestamps
without separators (#4)
- add fastDate() (#5)
fasttime 1.0-3
- use registered C symbol for faster look-up
fasttime 0.1-2
- 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)
- fix handling of year 2100 which is not a leap year. The
supported date range in fastPOSIXct() is now 1970..2199.
- fix 32-bit integer overflow when computing year offset (#3)
fasttime 0.1-1
- properly generate NA for invalid entries
fasttime 0.1-0
- first public version providing fastPOSIXct()