Changes in version 1.3.2.9000 Changes in version 1.3.2 (2024-12-09) No user visible changes. Changes in version 1.3.1 (2022-10-27) No user visible changes. Changes in version 1.3.0 (2022-02-13) - parsedate does not import the rematch2 package any more. Changes in version 1.2.1 (2021-04-20) No changes. Changes in version 1.2.0 (2019-05-08) - parse_date() and parse_iso_8601() now dupport a default time zone, that will be used for dates that do not explicitly specify one. - Reimplement parse_iso_8601() with vectorized code, for speed (#9). - Fix parse_date() and parse_iso_8601() for zero-length input (#20). - parse_date() parses strings with + characters correctly now (#23). Changes in version 1.1.3 (2017-03-02) - Update URLs in the README Changes in version 1.1.2 - Fix a vectorization bug in the ISO 8601 date parser - Register native routines Changes in version 1.1.1 (2014-09-24) - Drop lubridate package dependency - Fix parsing dates consisting of six or eight digits, e.g. 20140922 and 092214 - NA is returned by parse_date for non-sensical numerical dates, e.g. 000202 - Fix parse_date time zone that was wrong for some dates - Fix parse_date for dates are not in DST Changes in version 1.0.3 (2014-08-30) - Fix a bug in format_iso_8601, on platforms that have a buggy %z Changes in version 1.0.2 (2014-08-28) - First release on CRAN