pub fn to_datetime(
ca: &ChunkedArray<StringType>,
tu: TimeUnit,
tz: Option<&TimeZone>,
_ambiguous: &ChunkedArray<StringType>,
ensure_matching_time_zone: bool,
) -> Result<Logical<DatetimeType, Int64Type>, PolarsError>
Available on crate feature
temporal
only.