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
Fix DateTime with ZoneId for years between 00-99 (#992)
The error was happening because Date.UTC factory doesn't treats dates between 00-99 as 1900-1999.
Removing the usage of this factory makes the code slightly faster while resolves the issue.
0 commit comments