arrow_cast::cast

Function adjust_timestamp_to_timezone

Source
fn adjust_timestamp_to_timezone<T: ArrowTimestampType>(
    array: PrimitiveArray<Int64Type>,
    to_tz: &Tz,
    cast_options: &CastOptions<'_>,
) -> Result<PrimitiveArray<Int64Type>, ArrowError>