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 8c06ea8 commit ec0447bCopy full SHA for ec0447b
user_guide_src/source/database/results/013.php
@@ -16,7 +16,7 @@ public function lastLogin($format)
16
public function __set($name, $value)
17
{
18
if ($name === 'lastLogin') {
19
- $this->lastLogin = DateTime::createFromFormat('U', $value);
+ $this->lastLogin = DateTime::createFromFormat('!U', $value);
20
}
21
22
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', $timestamp));
+$response->setLastModified(DateTime::createFromFormat('!U', $timestamp));
0 commit comments