Which RFC describes the format used for date/time in the modern time HTTP headers, like \"Last-Modified\" and \"If-Modified-Since\", and how to generate a date/time string in PH
Via Carbon:
Carbon::now()->setTimezone('GMT')->format("D, d M Y H:i:s T")