DateTimeParser.parse

You're seeing just the function parse, go back to DateTimeParser module for more information.
Link to this function

parse(string, opts \\ [])

View Source

Specs

parse(String.t() | nil, parse_options()) ::
  {:ok, DateTime.t() | NaiveDateTime.t() | Date.t() | Time.t()}
  | {:error, String.t()}

Parse a %DateTime{}, %NaiveDateTime{}, %Date{}, or %Time{} from a string.

Accepts parse_options/0