pub fn local_civil_time_to_universal_time(
    lct_hours: f64,
    lct_minutes: f64,
    lct_seconds: f64,
    is_daylight_savings: bool,
    zone_correction: i32,
    local_day: f64,
    local_month: u32,
    local_year: u32
) -> (u32, u32, u32, u32, u32, u32)
Expand description

Convert local Civil Time to Universal Time.

§Returns

UT hours, UT mins, UT secs, GW day, GW month, GW year