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

Function FormatHttpDate

library/cpp/http/misc/httpdate.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79TString FormatHttpDate(time_t when) {
80 char str[64] = {0};
81 format_http_date(str, Y_ARRAY_SIZE(str), when);
82 return TString(str);
83}

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

format_http_dateFunction · 0.85

Tested by

no test coverage detected