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
…x JIT Date issue.
Merge pull request #2376 from obastemur:add_xplat_date_formatting
Fixes#1593
Initially xplat posix Date implementation was matching (at least it was trying!) with Windows OldDateAPI. However, we are unable to meet some of the edge cases + number inconsistencies among the distros.
Remove all the bad hacks on posix imp. and match results to posix / unix default instead + add an additional test case.
With "-Test" build, there is one weird PDT/PST error (from mktime call) during the loop of test cases. Excluded in #1591.
The text was updated successfully, but these errors were encountered: