Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ToStringLocal
Method
ToStringLocal
util/datetime/base.cpp:200–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
TString TInstant::ToStringLocal() const {
201
return ::ToString(FormatLocal(*this));
202
}
203
204
TString TInstant::ToRfc822StringLocal() const {
205
return FormatLocalTime(
"%a, %d %b %Y %H:%M:%S %Z"
);
Callers
1
InternalPanicImpl
Function · 0.80
Calls
2
FormatLocal
Function · 0.85
ToString
Function · 0.50
Tested by
no test coverage detected