pub fn prettytime(secs: f64) -> String
Format a duration in seconds as a human-readable string. Matches Python’s RNS.prettytime().
RNS.prettytime()