pub fn parse(input: &str) -> Result<DateTime, DateTimeSyntaxError>
Parses a string slice into a DateTime.
DateTime