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.
2 parents 8ab5aeb + 2ee84ba commit af25fe2Copy full SHA for af25fe2
user_guide_src/source/outgoing/response/022.php
@@ -1,4 +1,4 @@
1
<?php
2
3
$response->setLastModified(date('D, d M Y H:i:s'));
4
-$response->setLastModified(DateTime::createFromFormat('u', $time));
+$response->setLastModified(DateTime::createFromFormat('U', $timestamp));
0 commit comments