pub fn parse_date_time(input: &str) -> Result<DateTime<Utc>, ParseError>
Parse the time format used in Twitter API responses.