We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf0a22 commit b58174eCopy full SHA for b58174e
frameworks/PHP/flight/server.php
@@ -36,9 +36,9 @@ class HeaderDate
36
37
public static function init(): void
38
{
39
- self::$date = self::NAME.gmdate('D, d M Y H:i:s').' GMT';
+ self::$date = self::NAME . gmdate(DATE_RFC7231);
40
Timer::add(1, static function () {
41
42
});
43
}
44
0 commit comments