pub fn parse_duration(expr: &Expr) -> Result<Duration>
Parses a Duration from a duration string or an integer millisecond count.
Duration