Function date_part_from_timestamptz_at_timezone

Source
fn date_part_from_timestamptz_at_timezone(
    input: Timestamptz,
    timezone: &str,
    unit: &Unit,
) -> Result<F64>