DateTimeParser.parse_time-exclamation-mark

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

parse_time!(string, opts \\ [])

View Source

Specs

parse_time!(String.t() | nil, parse_time_options()) :: Time.t() | no_return()

Parse %Time{} from a string. Raises a DateTimeParser.ParseError when parsing fails.