Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_time
Function · 0.85
Calls
2
ms_to_formatted_time
Function · 0.85
currentTimeMillis
Function · 0.85
Tested by
no test coverage detected