Skip to main content

format_age

Function format_age 

Source
pub fn format_age(started_at: &str) -> String
Expand description

Format a unix-seconds timestamp’s age as a human-readable string (“5m ago”). Public since 14c: devflow status reuses it for elapsed time and event recency.