pub fn get_local_hour_from_ut(
    input_hour: f64,
    is_daylight_saving: bool,
    zone_correction_hours: i32
) -> f64
Expand description

Convert a Universal Time hour to Local Time