No user visible changes.

No user visible changes.

  • parsedate does not import the rematch2 package any more.

No changes.

  • Update URLs in the README
  • Fix a vectorization bug in the ISO 8601 date parser
  • Register native routines
  • 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

  • Fix a bug in format_iso_8601, on platforms that have a buggy %z
  • First release on CRAN