The maximum supported OffsetTime ('23:59:59.999999999-18:00' - the time just before midnight at the end of the day in the minimum offset)
The minimum supported OffsetTime ('00:00:00+18:00' - the time of midnight at the start of the day in the maximum offset)
Obtains an OffsetTime from a specified LocalTime and ZoneOffset.
Obtains an OffsetTime by querying the specified clock for the current time.
Obtains an OffsetTime by querying the current system clock at UTC for the current time.
Tries to query a Temporal instance to obtain an OffsetTime.
Tries to obtain an OffsetTime instance from an hour, minute, second and nanosecond.
Tries to obtain an OffsetTime instance from an hour, minute, second and nanosecond. All values must be within range.
Tries to obtain an OffsetTime instance from valid text formatted according to the provided formatter
.
Tries to obtain an OffsetTime instance from text formatted according to format.DateTimeFormatter.Iso.OffsetTime.
Tries to obtain an OffsetTime instance from text formatted according to format.DateTimeFormatter.Iso.OffsetTime.
the text to parse such as "10:15:30"
Factory object for obtaining OffsetTime instances.