MCPcopy 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
200TString TInstant::ToStringLocal() const {
201 return ::ToString(FormatLocal(*this));
202}
203
204TString TInstant::ToRfc822StringLocal() const {
205 return FormatLocalTime("%a, %d %b %Y %H:%M:%S %Z");

Callers 1

InternalPanicImplFunction · 0.80

Calls 2

FormatLocalFunction · 0.85
ToStringFunction · 0.50

Tested by

no test coverage detected