MCPcopy Create free account
hub / github.com/cinit/WSAPatch / currentTimeSeconds

Function currentTimeSeconds

TimeUtils.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19u64 currentTimeSeconds() {
20 return currentTimeMillis() / 1000LLU;
21}
22
23void timeMillisToUTCCalendar(u64 timeMillis, int *year, int *month, int *day, int *hour, int *minute, int *second, int *millisecond) {
24 SYSTEMTIME st = {};

Callers

nothing calls this directly

Calls 1

currentTimeMillisFunction · 0.85

Tested by

no test coverage detected