parse_rfc3339

Function parse_rfc3339 

Source
fn parse_rfc3339(value: &str) -> Result<DateTime, String>
Expand description

Validate an RFC3339 timestamp at parse time so a bad value is a clap error rather than a cryptic backend scalar rejection.