MCPcopy Create free account
hub / github.com/catboost/catboost / ToString

Method ToString

util/draft/datetime.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 TString TSimpleTM::ToString(const char* fmt) const {
181 struct tm t = *this;
182 return Strftime(fmt, &t);
183 }
184
185 time_t TSimpleTM::AsTimeT() const {
186 struct tm t = AsStructTmLocal();

Callers

nothing calls this directly

Calls 1

StrftimeFunction · 0.85

Tested by

no test coverage detected