ZonedDateTime.toOffsetDateTime

Converts this date-time to an {@code OffsetDateTime}. !(p) This creates an offset date-time using the local date-time and offset. The zone ID is ignored.

@return an offset date-time representing the same local date-time and offset, not null

class ZonedDateTime
toOffsetDateTime
()

Meta