pub fn parse_duration(s: &str) -> Result<Duration>
Parses a duration specified using human-time notation or fallback to milliseconds.