pub fn format_tick_tz(
epoch: f64,
spacing: f64,
unit: DtUnit,
tz: TimeZone,
) -> StringExpand 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.