MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / ScreenshotGetDateTime

Function ScreenshotGetDateTime

src/openrct2/interface/Screenshot.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static std::pair<RealWorldDate, RealWorldTime> ScreenshotGetDateTime()
126{
127 auto date = Platform::GetDateLocal();
128 auto time = Platform::GetTimeLocal();
129
130 return { date, time };
131}
132
133static std::string ScreenshotGetFormattedDateTime()
134{

Callers 1

Calls 2

GetDateLocalFunction · 0.85
GetTimeLocalFunction · 0.85

Tested by

no test coverage detected