./time/R-timechange, Efficient Manipulation of Date-Times

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.0, Package name: R-timechange-0.3.0, Maintainer: pkgsrc-users

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.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   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.