mirror of
https://github.com/php/php-src.git
synced 2026-04-06 07:32:54 +02:00
In all of http://curl.haxx.se/rfc/cookie_spec.html, https://docs.microsoft.com/de-de/windows/win32/wininet/http-cookies and https://tools.ietf.org/html/rfc7234#section-5.3 the cookie datetime is specified as Mon, DD-Mon-YYYY HH:MM:SS GMT. However, the current definition returns Monday, DD-Mon-YYY HH:MM:SS GMT. Therefore, the "l" in "l, d-M-Y H:i:s T" must be changed to "D". Closes GH-6783.