Function re_format::time::format_timestamp_seconds
source · pub fn format_timestamp_seconds(timestamp_seconds: 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.