ZoneOffsetTransition.this

Creates an instance defining a transition between two offsets.

@param transition the transition date-time with the offset before the transition, not null @param offsetBefore the offset before the transition, not null @param offsetAfter the offset at and after the transition, not null

  1. this(LocalDateTime transition, ZoneOffset offsetBefore, ZoneOffset offsetAfter)
  2. this(long epochSecond, ZoneOffset offsetBefore, ZoneOffset offsetAfter)

Meta