NEWS in package ‘fasttime’
Changes in version 1.1-0 (2022-03-16)
- add fixed= parameter allowing to parse timestamps
without separators (#4)
- add fastDate() (#5)
Changes in version 1.0-3 (2018-01-05)
- use registered C symbol for faster look-up
Changes in version 0.1-2 (2016-10-26)
- 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)
Changes in version 0.1-1 (2015-07-27)
- properly generate NA for invalid entries
Changes in version 0.1-0 (2011-09-09)
- first public version providing fastPOSIXct()