A full RFC 1123 / HTTP-date string in GMT: Wed, 21 Oct 2015 07:28:00 GMT. This is the format used by HTTP headers (per RFC 9110) and produced by Date.prototype.toUTCString(). It is the RFC 1123 counterpart to UtcIsoString.
Wed, 21 Oct 2015 07:28:00 GMT
Date.prototype.toUTCString()
A full RFC 1123 / HTTP-date string in GMT:
Wed, 21 Oct 2015 07:28:00 GMT. This is the format used by HTTP headers (per RFC 9110) and produced byDate.prototype.toUTCString(). It is the RFC 1123 counterpart to UtcIsoString.