pub fn ut_lct(
    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

Convert Universal Time to Local Civil Time.

Original macro name: UTLct