• Internal changes only.
  • Updating tests due POSIXct bug fix
  • Updating dtt_*_from_ints() functions to handle missing values by setting the whole value to be NA if one part is missing
  • Same as previous version.
  • Ayla Pearson now co-author and maintainer.
  • Same as previous version.
  • Fix HTML attribute.
  • Increase minimum compatible R version to 3.4.

Added test functions - is_date() - is_date_time() - is_time() Added get functions for default time zone. - dtt_sys_date() - dtt_sys_date_time() - dtt_sys_time() - Added to get POSIXct object with year set to 1972. - dtt_dayte_time().

  • Functions now accept whole numerics where previously integers required.
  • Added chk_time() and vld_time() to check and validate that non-missing hms::hms scalar.
  • Soft-deprecated check_tz() for chk::chk_identical(dtt_tz(x), tz)
  • Removed reference to missing …parameters.
  • Added a NEWS.md file to track changes to the package.