Function add_date_time

Source
fn add_date_time(
    date: Date,
    time: NaiveTime,
) -> Result<CheckedTimestamp<NaiveDateTime>, EvalError>