jdk/src/share/classes/java/time/zone/ZoneOffsetTransition.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19841 15c8e97d6a14
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    87  * <p>
    87  * <p>
    88  * Overlaps occur where there are local date-times that exist twice.
    88  * Overlaps occur where there are local date-times that exist twice.
    89  * An example would be when the offset changes from {@code +04:00} to {@code +03:00}.
    89  * An example would be when the offset changes from {@code +04:00} to {@code +03:00}.
    90  * This might be described as 'the clocks will move back one hour tonight at 2am'.
    90  * This might be described as 'the clocks will move back one hour tonight at 2am'.
    91  *
    91  *
    92  * <h3>Specification for implementors</h3>
    92  * @implSpec
    93  * This class is immutable and thread-safe.
    93  * This class is immutable and thread-safe.
    94  *
    94  *
    95  * @since 1.8
    95  * @since 1.8
    96  */
    96  */
    97 public final class ZoneOffsetTransition
    97 public final class ZoneOffsetTransition