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
shims: correct _dispatch_get_nanoseconds on Windows
The NT time representation uses 1/1/1601 as epoch as opposed to Unix
which uses 1/1/1970. Account for the offset in the calculation. This
corrects the calculation of now.
0 commit comments