v.25.9Improvement

Make the staleness window

Make the staleness window in timeSeries*() functions left-open and right-closed. #86588 (Vitaly Baranov).
The staleness window in timeSeries* functions has been changed to be left-open and right-closed.

Why it matters

This adjustment ensures more precise handling of time intervals by excluding the start boundary and including the end boundary in the staleness window, improving the accuracy of time series data processing.

How to use it

Users simply call the timeSeries* functions as usual; the staleness window semantics are updated internally to be left-open and right-closed without requiring any changes in usage.