Function arrow_array::temporal_conversions::as_datetime_with_timezone
source ยท pub fn as_datetime_with_timezone<T: ArrowPrimitiveType>(
v: i64,
tz: Tz,
) -> Option<DateTime<Tz>>
Expand description
Converts an ArrowPrimitiveType
to DateTime<Tz>