Function re_sdk::external::arrow2::temporal_conversions::add_interval
pub fn add_interval<T>(
timestamp: i64,
time_unit: TimeUnit,
interval: months_days_ns,
timezone: &T
) -> i64where
T: TimeZone,
Expand description
Adds an interval
to a timestamp
in time_unit
units and timezone timezone
.