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

Get Local Civil Year for Universal Time.

Original macro name: UTLcYear