Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tigitz committed Apr 27, 2022
1 parent 00df54d commit f42ac2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TimeZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ abstract class TimeZone
*/
public static function parse(string $text) : TimeZone
{

if ($text === 'Z' || $text === 'z') {
return TimeZoneOffset::utc();
}
Expand Down

0 comments on commit f42ac2d

Please sign in to comment.