in src/main.rs [118:120]
fn parse_duration(s: &str) -> Result<Duration, Error> { humantime::parse_duration(s).map_err(|_| Error::new(InvalidValue)) }