Function polars_arrow::compute::cast::timestamp_to_utf8
source ยท pub fn timestamp_to_utf8<O: Offset>(
from: &PrimitiveArray<i64>,
time_unit: TimeUnit,
timezone_str: &str,
) -> PolarsResult<Utf8Array<O>>
Available on crate feature
compute_cast
only.Expand description
Returns a Utf8Array
where every element is the utf8 representation of the timestamp in the rfc3339 format.