MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / rfc1123Time

Function rfc1123Time

src/rpc/core/rpcprotocol.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static string rfc1123Time() { return DateTimeStrFormat("%a, %d %b %Y %H:%M:%S +0000", GetTime()); }
58
59string HTTPReply(int nStatus, const string& strMsg, bool keepalive) {
60 if (nStatus == HTTP_UNAUTHORIZED)

Callers 1

HTTPReplyFunction · 0.85

Calls 2

DateTimeStrFormatFunction · 0.85
GetTimeFunction · 0.85

Tested by

no test coverage detected