diff --git a/crates/polars-ops/src/series/ops/horizontal.rs b/crates/polars-ops/src/series/ops/horizontal.rs
index 025779e77349..385db5d91919 100644
--- a/crates/polars-ops/src/series/ops/horizontal.rs
+++ b/crates/polars-ops/src/series/ops/horizontal.rs
@@ -1,5 +1,6 @@
use std::borrow::Cow;
+use arrow::temporal_conversions::MILLISECONDS_IN_DAY;
use polars_core::chunked_array::cast::CastOptions;
use polars_core::prelude::*;
use polars_core::series::arithmetic::coerce_lhs_rhs;
@@ -190,10 +191,44 @@ pub fn min_horizontal(columns: &[Column]) -> PolarsResult