pub fn format_timestamp(ts: f64) -> String
Format a Unix timestamp (f64) as “YYYY-MM-DD HH:MM”.
Returns “unknown” if the timestamp cannot be converted.