RFC1123 formatting https://www.rfc-editor.org/rfc/rfc1123#section-5.2.14 Used in HTTP/1.1 responses
Declared in <util/time.h>
std::string
FormatRFC1123DateTime(int64_t nTime);
The timestamp formatted as an RFC 1123 date and time string.
| Name | Description |
|---|---|
| nTime | Unix timestamp in seconds. |