Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a Y2038 bug in timeToFILETIME #145

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Fix a Y2038 bug in timeToFILETIME #145

merged 1 commit into from
Nov 18, 2022

Commits on May 25, 2022

  1. Fix a Y2038 bug in timeToFILETIME

    The old code truncated time_t to a 32-bit value
    when using Int32x32To64. This example code has been fixed
    on MSDN a while ago, so this change only updates it to
    the current version.
    
    More on this issue:
    https://cookieplmonster.github.io/2022/02/17/year-2038-problem/
    CookiePLMonster committed May 25, 2022
    Configuration menu
    Copy the full SHA
    4f0824f View commit details
    Browse the repository at this point in the history