DateTimeParser.Parser.parse
You're seeing just the callback
parse
, go back to DateTimeParser.Parser module for more information.
Specs
parse(t()) :: {:ok, DateTime.t() | NaiveDateTime.t() | Time.t() | Date.t()} | {:error, any()}
Parse the string.