Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GmTime
Method
GmTime
util/datetime/base.h:482–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
}
481
482
inline struct tm* GmTime(struct tm* tm) const noexcept {
483
time_t clock = Seconds();
484
return GmTimeR(&clock, tm);
485
}
486
487
/**
488
* Formats the instant using the UTC time zone, with microsecond precision.
Callers
nothing calls this directly
Calls
2
GmTimeR
Function · 0.85
Seconds
Function · 0.50
Tested by
no test coverage detected