DateTimeParser.Parser.preflight

You're seeing just the callback preflight, go back to DateTimeParser.Parser module for more information.

Specs

preflight(t()) :: {:ok, t()} | {:error, :not_compatible}

Determine if the string is appropriate to parse with this parser. If not, then other parsers will be attempted.