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

Function FormatLocal

util/datetime/base.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232::NPrivate::TPrintableLocalTime<false, false> FormatLocal(TInstant instant) {
233 return ::NPrivate::TPrintableLocalTime<false, false>(instant);
234}
235
236::NPrivate::TPrintableLocalTime<true, true> FormatIsoLocalUpToSeconds(TInstant instant) {
237 return ::NPrivate::TPrintableLocalTime<true, true>(instant);

Callers 1

ToStringLocalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected