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 00df54d commit f42ac2dCopy full SHA for f42ac2d
src/TimeZone.php
@@ -21,6 +21,7 @@ abstract class TimeZone
21
*/
22
public static function parse(string $text) : TimeZone
23
{
24
+
25
if ($text === 'Z' || $text === 'z') {
26
return TimeZoneOffset::utc();
27
}
0 commit comments