DateTimeParser.parse_time-exclamation-mark
You're seeing just the function
parse_time-exclamation-mark
, go back to DateTimeParser module for more information.
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.