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
Polyfill: Adjust time zone transition search window
For a few time zones, the two-week search window for an interval to
bisect is too large, because transitions occur less than two weeks
apart. Special-case these time zones.
This allows increasing the default window to 19 days (a bunch of
Argentinian time zones have transitions less than 20 days apart, so this
seems like a good boundary where we don't have to add too many special
cases.) This gives a small performance improvement in the common case.
Closes: #3110
0 commit comments