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 9674f61 commit b38cc08Copy full SHA for b38cc08
src/JsonSchema/Rfc3339.php
@@ -52,6 +52,7 @@ public static function createFromString($input): ?\DateTime
52
if ($mutable === false) {
53
throw new \RuntimeException('Unable to create DateTime from DateTimeImmutable');
54
}
55
+
56
$mutable->setTimezone($dateTime->getTimezone());
57
58
return $mutable;
0 commit comments