OffsetDateTime.of

Obtains an instance of {@code OffsetDateTime} from a date-time and offset. !(p) This creates an offset date-time with the specified local date-time and offset.

@param dateTime the local date-time, not null @param offset the zone offset, not null @return the offset date-time, not null

Meta