Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ UpdateTm
Method
UpdateTm
base/TimeTool.cpp:219–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
void base::CTimeTool::UpdateTm() {
220
if (_update_time) {
221
time_t it = _time / 1000;
222
gmtime64(&it, &_tm);
223
_update_time = false;
224
}
225
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected