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