[#FormatRFC1123DateTime] = FormatRFC1123DateTime :mrdocs: RFC1123 formatting https://www.rfc‐editor.org/rfc/rfc1123#section‐5.2.14 Used in HTTP/1.1 responses == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string FormatRFC1123DateTime(int64_t nTime); ---- == Return Value The timestamp formatted as an RFC 1123 date and time string. == Parameters [cols="1,4"] |=== | Name| Description | *nTime* | Unix timestamp in seconds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#