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