source-sdk-2013
source-sdk-2013 copied to clipboard
[All Games; ServerBrowser] Use 64bit time_t instead of 32bit unsigned int to store timestamps
Description
Currently all of Source1 games are using 32bit value to store 64bit timestamps which causes integer overflow and by result displaying a wrong date. Including these changes will probably require additional code changes in ServerBrowser DLL.
Here's an example of the bug
After the fix