Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetDate
Function
GetDate
trinity/RenderJob/TriStepRenderFps.cpp:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
const char* GetDate()
37
{
38
struct tm ptm = GetUnixBuildTime();
39
strftime( dateString, sizeof( dateString ),
"%Y-%m-%d"
, &ptm );
40
return dateString;
41
}
42
43
#else
44
Callers
1
Execute
Method · 0.85
Calls
1
GetUnixBuildTime
Function · 0.85
Tested by
no test coverage detected