Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ gmtime_r
Function
gmtime_r
util/datetime/systime.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
tm* gmtime_r(const time_t* clock, tm* result) {
61
return gmtime_s(result, clock) == 0 ? result : 0;
62
}
63
64
char* ctime_r(const time_t* clock, char* buf) {
65
char* res = ctime(clock);
Callers
9
gm_time
Function · 0.85
gm_time
Function · 0.85
LocalDateTimeString
Function · 0.85
computeUTCDiff
Function · 0.85
_cmsGetTime
Function · 0.85
Y_UNIT_TEST
Function · 0.85
TestGmTimeR
Function · 0.85
BM_gmtime_r
Function · 0.85
Y_UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestGmTimeR
Function · 0.68