Function polars::export::arrow::temporal_conversions::add_interval
source · [−]pub fn add_interval<T>(
timestamp: i64,
time_unit: TimeUnit,
interval: months_days_ns,
timezone: &T
) -> i64 where
T: TimeZone, Expand description
Adds an interval to a timestamp in time_unit units and timezone timezone.