The maximum supported OffsetDateTime, '+999999999-12-31T23:59:59.999999999-18:00' - or 'far future'.
The minimum supported OffsetDateTime, '-999999999-01-01T00:00:00+18:00' - or 'far past'.
Obtains an OffsetDateTime from the specified LocalDateTime and ZoneOffset.
Obtains an OffsetDateTime from the specified LocalDate, LocalTime and ZoneOffset.
Obtains an OffsetDateTime by querying the specified clock for the current time.
Obtains an OffsetDateTime by querying the current system clock at UTC for the current date.
Tries to query a Temporal instance to obtain an OffsetDateTime.
Tries to obtain an OffsetDateTime from a year, Month, day, hour, minute, second, nanosecond and offset.
Tries to obtain an OffsetDateTime from a year, Month, day, hour, minute, second, nanosecond and offset. The values of all fields must be within range, and the day must be valid for the year and month.
Tries to obtain an OffsetDateTime from a year, month, day, hour, minute, second, nanosecond and offset.
Tries to obtain an OffsetDateTime from a year, month, day, hour, minute, second, nanosecond and offset. The values of all fields must be within range, and the day must be valid for the year and month.
Tries to obtain an OffsetDateTime from valid text formatted according to the provided formatter
.
Tries to obtain an OffsetDateTime from text formatted according to format.DateTimeFormatter.Iso.OffsetDateTime.
Tries to obtain an OffsetDateTime from text formatted according to format.DateTimeFormatter.Iso.OffsetDateTime.
the text to parse such as "2007-12-03T10:15:30+01:00"
Factory object for obtaining OffsetDateTime instances.