ZoneOffsetTransition.this

Creates an instance from epoch-second and offsets.

@param epochSecond the transition epoch-second @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)
    class ZoneOffsetTransition

Meta