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

Method FormatGmTime

util/datetime/base.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222TString TInstant::FormatGmTime(const char* format) const noexcept {
223 struct tm theTm;
224 GmTime(&theTm);
225 return Strftime(format, &theTm);
226}
227
228::NPrivate::TPrintableLocalTime<false, true> FormatIsoLocal(TInstant instant) {
229 return ::NPrivate::TPrintableLocalTime<false, true>(instant);

Callers

nothing calls this directly

Calls 1

StrftimeFunction · 0.85

Tested by

no test coverage detected