Skip to content

Commit

Permalink
Merge pull request #96 from ProtonMail/feat/use-dubai-instead-of-muscat
Browse files Browse the repository at this point in the history
use dubai instead of muscat
  • Loading branch information
chris-szu authored Dec 19, 2023
2 parents ea9b751 + 56c6efd commit 8e8b925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/timezonedata/extrazones.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@
'America/Godthab' => 'Atlantic/Stanley',
'CDT' => 'America/Chicago',
'PST' => 'America/Los_Angeles',
'Gulf Standard Time' => 'Asia/Muscat',
'Gulf Standard Time' => 'Asia/Dubai',
];
2 changes: 1 addition & 1 deletion tests/VObject/TimeZoneUtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public function unSupportTimezoneProvider(): iterable

yield 'Gulf Standard Time' => [
'origin' => 'Gulf Standard Time',
'expected' => 'Asia/Muscat',
'expected' => 'Asia/Dubai',
];

if (($handle = fopen(__DIR__ . "/microsoft-timezones-confluence.csv", "r")) !== FALSE) {
Expand Down

0 comments on commit 8e8b925

Please sign in to comment.