``` end <- ymd('1992-02-28') start <- ymd_hms('2010-12-05 01:02:03') int <- new_interval(start, end) start + as.period(int) ## "1992-02-27 UTC" ``` The result is exactly one day smaller. I expect it's a wrong computing with days in `.int_to_period`.
The result is exactly one day smaller. I expect it's a wrong computing with days in
.int_to_period.