Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Compaile/ctrack
/ tm
Class
tm
benchmark/ctrack_benchmark.cpp:686–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
684
std::stringstream ss;
685
#ifdef _WIN32
686
struct tm time_info;
687
localtime_s(&time_info, &time_t);
688
ss << std::put_time(&time_info,
"%Y-%m-%d %H:%M:%S"
);
689
#else
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected