Skip to content

Commit

Permalink
Fix Norfolk timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Aug 1, 2023
1 parent a7d640c commit 539a633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZonedDateTimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function providerOf(): array
['2014-06-03T12:34:56.123456789', 'Pacific/Port_Moresby', '+10:00', 0, 1401762896, 123456789],
['2015-06-04T12:34:56.123456789', 'Australia/Lord_Howe', '+10:30', 0, 1433383496, 123456789],
['2016-06-05T12:34:56.123456789', 'Pacific/Noumea', '+11:00', 0, 1465090496, 123456789],
['2017-06-06T12:34:56.123456789', 'Pacific/Norfolk', '+11:30', 0, 1496711096, 123456789],
['2017-06-06T12:34:56.123456789', 'Pacific/Norfolk', '+11:00', 0, 1496711096, 123456789],
['2018-06-07T12:34:56.123456789', 'Pacific/Auckland', '+12:00', 0, 1528331696, 123456789],
['2019-06-08T12:34:56.123456789', 'Pacific/Chatham', '+12:45', 0, 1559951396, 123456789],
['2020-06-09T12:34:56.123456789', 'Pacific/Apia', '+13:00', 0, 1591659296, 123456789],
Expand Down

0 comments on commit 539a633

Please sign in to comment.