pub fn ut_lc_day(
    u_hours: f64,
    u_minutes: f64,
    u_seconds: f64,
    daylight_saving: i32,
    zone_correction: i32,
    greenwich_day: f64,
    greenwich_month: u32,
    greenwich_year: u32
) -> f64
Expand description

Get Local Civil Day for Universal Time.

Original macro name: UTLcDay