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
Allow timeZone.getPossibleInstantsFor() to return an iterable
The getPossibleInstantsFor() methods of the built-in Temporal time zones
will only ever return arrays, but this allows custom time zones to return
an iterable (such as a Set.)
See: #1427
0 commit comments