You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimeZone.getPreviousTransition() should never return its input
getPreviousTransition() returns the last transition before the instant
passed into it, not the last transition before or equal to. Otherwise,
you would have to manually subtract a nanosecond in between each call if
you wanted to get a series of previous transitions.
Add similar tests for getNextTransition(), although that wasn't broken.
No change needed to the spec text or documentation, which are already
correct.
0 commit comments