Skip to content

Commit

Permalink
Revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Apr 21, 2021
1 parent 9bf6a0e commit 728b8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Entity/TimeZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static function createFromPhpDateTimeZone(

foreach ($transitions as $transitionArray) {
$fromDateTime = DateTimeImmutable::createFromFormat(
DateTimeImmutable::ATOM,
DateTimeImmutable::ISO8601,
$transitionArray['time']
);
assert($fromDateTime instanceof DateTimeImmutable, $transitionArray['time']);
Expand Down

0 comments on commit 728b8b0

Please sign in to comment.