MCPcopy Create free account
hub / github.com/LagPixelLOL/ChatGPTCLIBot / currentTimeFormatted

Function currentTimeFormatted

main/interface/util/SystemUtils.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 std::string currentTimeFormatted() {
25 return ms_to_formatted_time(currentTimeMillis());
26 }
27
28 tm get_time_info(long long time_ms) {
29 time_t time = time_ms / 1000;

Callers 1

append_timeFunction · 0.85

Calls 2

ms_to_formatted_timeFunction · 0.85
currentTimeMillisFunction · 0.85

Tested by

no test coverage detected