DateTimeParser.parse_datetime-exclamation-mark

You're seeing just the function parse_datetime-exclamation-mark, go back to DateTimeParser module for more information.
Link to this function

parse_datetime!(string, opts \\ [])

View Source

Specs

parse_datetime!(String.t() | nil, parse_datetime_options()) ::
  DateTime.t() | NaiveDateTime.t() | no_return()

Parse a %DateTime{} or %NaiveDateTime{} from a string. Raises a DateTimeParser.ParseError when parsing fails.

Accepts options parse_datetime_options/0.