pub fn time_string(
time: &BigInt,
timescale: &TimeScale,
wanted_timeunit: &TimeUnit,
wanted_time_format: &TimeFormat,
) -> StringExpand description
Format the time string taking all settings into account.
This function delegates to TimeFormatter which handles the Auto timeunit.