Skip to content

Commit

Permalink
Fix Microsoft mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbonneaud committed Mar 28, 2023
1 parent 48411a2 commit 0ce85c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/VObject/TimeZoneUtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ public function unSupportTimezoneProvider(): iterable
"korea standard time": "Asia/Seoul",
"kosrae": "Pacific/Kosrae",
"krasnoyarsk": "Asia/Krasnoyarsk",
"kuala lumpur, singapore": "Asia/Shanghai",
"kuala lumpur, singapore": "Asia/Singapore",
"kuybyshev": "Europe/Samara",
"kwajalein": "Pacific/Kwajalein",
"kyrgystan": "Asia/Bishkek",
Expand Down Expand Up @@ -833,16 +833,16 @@ public function unSupportTimezoneProvider(): iterable
"samoa standard time": "Pacific/Apia",
"santiago": "America/Santiago",
"sao tome standard time": "Africa/Sao_Tome",
"sarajevo, skopje, sofija, vilnius, warsaw, zagreb": "Europe/Belgrade",
"sarajevo, skopje, sofija, vilnius, warsaw, zagreb": "Europe/Sofia",
"saratov standard time": "Europe/Saratov",
"saskatchewan": "America/Edmonton",
"se asia": "Asia/Bangkok",
"se asia standard time": "Asia/Bangkok",
"seoul, korea standard time": "Asia/Seoul",
"seychelles": "Asia/Dubai",
"shevchenko": "Asia/Aqtau",
"singapore": "Asia/Shanghai",
"singapore standard time": "Asia/Shanghai",
"singapore": "Asia/Singapore",
"singapore standard time": "Asia/Singapore",
"solomon": "Pacific/Guadalcanal",
"south africa": "Africa/Maputo",
"south africa standard time": "Africa/Johannesburg",
Expand Down Expand Up @@ -877,13 +877,13 @@ public function unSupportTimezoneProvider(): iterable
"turkey standard time": "Europe/Istanbul",
"turkmenistan": "Asia/Ashgabat",
"turks and caicos standard time": "America/Grand_Turk",
"tuvalu": "Asia/Kamchatka",
"tuvalu": "Pacific/Tarawa",
"ulaanbaatar standard time": "Asia/Ulaanbaatar",
"universal coordinated time": "UTC",
"uralsk": "Asia/Oral",
"uruguay": "America/Montevideo",
"urumqi": "Asia/Urumqi",
"us eastern": "America/New_York",
"us eastern": "America/Indiana/Indianapolis",
"us eastern standard time": "America/New_York",
"us mountain": "America/Phoenix",
"us mountain standard time": "America/Phoenix",
Expand All @@ -908,8 +908,8 @@ public function unSupportTimezoneProvider(): iterable
"w europe": "Europe/Brussels",
"w europe standard time": "Europe/Berlin",
"w mongolia standard time": "Asia/Hovd",
"wake": "Asia/Kamchatka",
"wallis": "Asia/Kamchatka",
"wake": "Pacific/Tarawa",
"wallis": "Pacific/Tarawa",
"west asia": "Asia/Tashkent",
"west asia standard time": "Asia/Tashkent",
"west bank standard time": "Asia/Hebron",
Expand Down

0 comments on commit 0ce85c8

Please sign in to comment.