pub fn make_timestamptz_with_time_zone( year: i32, month: i32, day: i32, hour: i32, min: i32, sec: F64, time_zone: &str, ) -> Result<Timestamptz>