source-sdk-2013 icon indicating copy to clipboard operation
source-sdk-2013 copied to clipboard

[All Games; ServerBrowser] Use 64bit time_t instead of 32bit unsigned int to store timestamps

Open SanyaSho opened this issue 1 month ago • 0 comments

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 image image

After the fix image

SanyaSho avatar Dec 02 '25 14:12 SanyaSho