date-vir - v8.6.2
    Preparing search index...

    Type Alias HttpDateString

    HttpDateString: `${HttpDateDayName}, ${number} ${HttpDateMonthName} ${number} ${JustTimeWithSecondsString} GMT`

    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.