OffsetTime.MAX

The maximum supported {@code OffsetTime}, '23:59:59.999999999-18:00'. This is the time just before midnight at the end of the day _in the minimum offset (larger negative offsets are later on the time-line). This combines {@link LocalTime#MAX} and {@link ZoneOffset#MIN}. This could be used by an application as a "far future" date.

class OffsetTime
static
MAX
()

Meta