Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
static string rfc1123Time() { return DateTimeStrFormat(
"%a, %d %b %Y %H:%M:%S +0000"
, GetTime()); }
58
59
string HTTPReply(int nStatus, const string& strMsg, bool keepalive) {
60
if (nStatus == HTTP_UNAUTHORIZED)
Callers
1
HTTPReply
Function · 0.85
Calls
2
DateTimeStrFormat
Function · 0.85
GetTime
Function · 0.85
Tested by
no test coverage detected