MCPcopy 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
36const 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

ExecuteMethod · 0.85

Calls 1

GetUnixBuildTimeFunction · 0.85

Tested by

no test coverage detected