pub fn naive_timestamp_to_utf8<O: Offset>( from: &PrimitiveArray<i64>, time_unit: TimeUnit) -> Utf8Array<O>
Returns a Utf8Array where every element is the utf8 representation of the timestamp in the rfc3339 format.
Utf8Array