public static final DateTimeFormatter ISO_LOCAL_TIME

The ISO time formatter that formats or parses a time without an offset, such as '10:15' or '10:15:30'.

This returns an immutable formatter capable of formatting and parsing the ISO-8601 extended local time format. The format consists of:

The returned formatter has no override chronology or zone. It uses the STRICT resolver style.