Skip to content

Lubridate 1.7.4

Compare
Choose a tag to compare
@vspinu vspinu released this 12 Apr 13:20
· 396 commits to main since this release

NEW FEATURES

  • #658 %within% now accepts a list of intervals, in which case an instant is checked if it occurs within any of the supplied intervals.

CHANGES

  • #661 Throw an error on invalid multi-unit rounding.
  • #633 %% on intervals relies on %m+ arithmetic and doesn't produce NAs when intermediate computations result in non-existent dates.
  • tz() always returns "UTC" when tzone attribute cannot be inferred.

BUG FIXES

  • #664 Fix lookup of period functions in as.period
  • #649 Fix system timezone memoization