Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ SG_UnixTimestamp
Function
SG_UnixTimestamp
code/server/sv_savegame.cpp:706–709 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
704
}
705
706
static unsigned int SG_UnixTimestamp ( const time_t& t )
707
{
708
return static_cast<unsigned int>(t);
709
}
710
711
static void SG_WriteComment(qboolean qbAutosave, const char *psMapName)
712
{
Callers
1
SG_WriteComment
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected