LocalDateTime.atOffset

Combines this date-time with an offset to create an {@code OffsetDateTime}. !(p) This returns an {@code OffsetDateTime} formed from this date-time at the specified offset. All possible combinations of date-time and offset are valid.

@param offset the offset to combine with, not null @return the offset date-time formed from this date-time and the specified offset, not null

class LocalDateTime
atOffset

Meta