Function make_timestamptz_impl_captured

Source
fn make_timestamptz_impl_captured(
    year: i32,
    month: i32,
    day: i32,
    hour: i32,
    min: i32,
    sec: F64,
) -> Result<Timestamptz>