Changelog
Source:NEWS.md
Version 0.3.0
CRAN release: 2024-01-18
Bug fixes
- lubridate#1122 Implement force_tz fallback for GMT on system where GMT is missing in zoneinfo.
- lubridate#1114 Fix rounding of infinite times
- Fix %ld compile printf compiler warning
Breaking Changes
- For consistency reasons
time_round()no longer fallbacks onround.POSIXct(). This affects only rounding on repeated DST transitions. By defaulttimechangerounding operates on clock time, butround.POSIXct()operates on absolute time. For old behavior use absolute units (asecs,amins,ahours, etc).
Version 0.2.0
CRAN release: 2023-01-11
Internals
- #17 Simplified and refactored unit parser.
Version 0.1.1
CRAN release: 2022-11-04
Changes
- Follow vctrs replication rules
- Change arguments of
time_add()andtime_subtract()to singulars - Build on top of cpp11 instead of Rcpp
Version 0.1.0
CRAN release: 2022-10-30
New Features:
- Refactor
roll_monthandroll_dstparameterisation- more intuitive names
- full control over the behavior of repeated and skipped DST intervals
-
time_update()gains new argumentexact = FALSEin order to enforce very strict updating rules
Version 0.0.2
CRAN release: 2020-10-05
New Features:
- New function
time_get()for extraction of date-time components
Bug Fixes:
- #8 Correctly handle infinite date-times