MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / rawDate

Function rawDate

src/OpenFOAM/global/clock/clock.C:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49const struct tm Foam::clock::rawDate()
50{
51 time_t t = getTime();
52 struct tm *timeStruct = localtime(&t);
53 return *timeStruct;
54}
55
56
57Foam::string Foam::clock::dateTime()

Callers

nothing calls this directly

Calls 1

getTimeFunction · 0.70

Tested by

no test coverage detected