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

Method FormatLocalTime

util/datetime/base.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216TString TInstant::FormatLocalTime(const char* format) const noexcept {
217 struct tm theTm;
218 LocalTime(&theTm);
219 return Strftime(format, &theTm);
220}
221
222TString TInstant::FormatGmTime(const char* format) const noexcept {
223 struct tm theTm;

Callers

nothing calls this directly

Calls 1

StrftimeFunction · 0.85

Tested by

no test coverage detected