LocalTime.atOffset

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

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

class LocalTime
atOffset

Meta