Skip to main content

parse_date

Function parse_date 

Source
pub fn parse_date(text: &str) -> Option<DateTime<Utc>>
Expand description

Parse a date string into a DateTime<Utc>. Returns None if the date cannot be parsed.