View Source DateTimeParser.Parser.Tokenizer (DateTimeParser v1.2.0)

This parser doesn't parse, instead it checks the string and assigns the appropriate parser during preflight. The appropriate parser is determined by whether there is a "/" present in the string, and if so it will assume the string is a US-formatted date or datetime, and therefore use the US-optimized tokenizer module (ie, DateTimeParser.Parser.DateUS or DateTimeParser.Parser.DateTimeUS) for them. Time will always be parsed with DateTimeParser.Parser.Time.