OffsetTime.atDate

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

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

class OffsetTime
atDate

Meta