pub fn parse_bytes(input: &[u8]) -> Result<DateTime, DateTimeSyntaxError>
Parses a byte slice into a DateTime.
DateTime