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
It might be good to implement a 64bit `time_t` and `localtime`/`localtime_s`. According to https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/localtime-localtime32-localtime64, these are defined as:
It might be good to implement a 64bit
time_t
andlocaltime
/localtime_s
. According to https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/localtime-localtime32-localtime64, these are defined as:It would be good to be consistent for compatibility reasons.
This should be implemented after #110363 gets merged and #107597 is completed.
The text was updated successfully, but these errors were encountered: