parse_date_time_maybe_with_zone

Function parse_date_time_maybe_with_zone 

Source
pub fn parse_date_time_maybe_with_zone<'a>(
    fmt: &str,
    s: &'a str,
) -> Result<(PrimitiveDateTime, Option<TimeZoneSpecifier<'a>>), ParseError>