parse_datetime_utc

Function parse_datetime_utc 

Source
pub fn parse_datetime_utc(value: &str) -> Result<DateTime<Utc>, Error>
Expand description

Parses a string into a DateTime<Utc>.

Attempts to parse the string using RFC 3339 format first, then falls back to other common formats.