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 cc6e702 commit 0f6df8bCopy full SHA for 0f6df8b
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