pub fn format_timestamp_secs(timestamp_secs: f64) -> String
Expand description
Formats a timestamp in seconds to a string.
This is meant for a relatively stable display of timestamps that are typically in minutes where we still care about fractional seconds.