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 7dd5d11 commit 52a9019Copy full SHA for 52a9019
tests/Constraints/FormatTest.php
@@ -105,7 +105,6 @@ public function getValidFormats(): \Generator
105
yield [4.2, 'time'];
106
107
yield ['2000-05-01T12:12:12Z', 'date-time'];
108
- yield ['2000-05-01T12:12:12+0100', 'date-time'];
109
yield ['2000-05-01T12:12:12+01:00', 'date-time'];
110
yield ['2000-05-01T12:12:12.123456Z', 'date-time'];
111
yield ['2000-05-01T12:12:12.123Z', 'date-time'];
0 commit comments