Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
const struct tm Foam::clock::rawDate()
50
{
51
time_t t = getTime();
52
struct tm *timeStruct = localtime(&t);
53
return *timeStruct;
54
}
55
56
57
Foam::string Foam::clock::dateTime()
Callers
nothing calls this directly
Calls
1
getTime
Function · 0.70
Tested by
no test coverage detected