Path to this page:
./
time/R-timechange,
Efficient Manipulation of Date-Times
Branch: CURRENT,
Version: 0.4.0,
Package name: R-timechange-0.4.0,
Maintainer: pkgsrc-usersEfficient routines for manipulation of date-time objects while
accounting for time-zones and daylight saving times. The package
includes utilities for updating of date-time components (year, month,
day etc.), modification of time-zones, rounding of date-times, period
addition and subtraction etc. Parts of the 'CCTZ' source code,
released under the Apache 2.0 License, are included in this package.
See <https://github.com/google/cctz> for more details.
Master sites: (Expand)
Version history: (Expand)
- (2026-05-22) Updated to version: R-timechange-0.4.0
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-01-11) Updated to version: R-timechange-0.3.0
- (2023-06-05) Package added to pkgsrc.se, version R-timechange-0.2.0 (created)
CVS history: (Expand)
2026-05-22 15:32:10 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(time/R-timechange) Updated 0.3.0 to 0.4.0
Version 0.4.0
=============
### Bug Fixes
- [#29](https://github.com/vspinu/timechange/issues/29)
Propagate +-Inf components in updates and arithmetics
- [#33](https://github.com/vspinu/timechange/issues/33)
Allow NaN in updates
|
| 2025-01-11 14:55:36 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(time/R-timechange) Updated 0.2.0 to 0.3.0
Version 0.3.0
=============
### Bug fixes
- [lubridate#1122](https://github.com/tidyverse/lubridate/issues/1122)
Implement force_tz fallback for GMT on system where GMT is missing
in zoneinfo.
- [lubridate#1114](https://github.com/tidyverse/lubridate/issues/1114)
Fix rounding of infinite times
- Fix %ld compile printf compiler warning
### Breaking Changes
- For consistency reasons `time_round()` no longer fallbacks on
`round.POSIXct()`. This affects only rounding on repeated DST
transitions. By default `timechange` rounding operates on clock
time, but `round.POSIXct()` operates on absolute time. For old
behavior use absolute units (`asecs`, `amins`, `ahours`, etc).
|
| 2023-06-05 13:41:20 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
time/R-timechange: import R-timechange-0.2.0
Efficient routines for manipulation of date-time objects while
accounting for time-zones and daylight saving times. The package
includes utilities for updating of date-time components (year, month,
day etc.), modification of time-zones, rounding of date-times, period
addition and subtraction etc. Parts of the 'CCTZ' source code,
released under the Apache 2.0 License, are included in this package.
See <https://github.com/google/cctz> for more details.
|