Skip to main content

format_tick_tz

Function format_tick_tz 

Source
pub fn format_tick_tz(
    epoch: f64,
    spacing: f64,
    unit: DtUnit,
    tz: TimeZone,
) -> String
Expand description

As format_tick but rendering the wall-clock label in tz (silx formats the tz-aware tick datetime). The epoch is decomposed with the zone offset before formatting.