pub fn parse_datetime_utc(value: &str) -> Result<DateTime<Utc>, Error>
Parses a string into a DateTime<Utc>.
DateTime<Utc>
Attempts to parse the string using RFC 3339 format first, then falls back to other common formats.