Skip to content

Commit

Permalink
rename for deprecated timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bendtsen authored and phil-davis committed Feb 11, 2024
1 parent 7968406 commit 85caf94
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 89 deletions.
2 changes: 1 addition & 1 deletion lib/TimezoneGuesser/GuessFromMsTzId.php
Expand Up @@ -74,7 +74,7 @@ class GuessFromMsTzId implements TimezoneGuesser
30 => 'America/Noronha',
8 => 'America/Sao_Paulo', // Best guess
32 => 'America/Argentina/Buenos_Aires',
60 => 'America/Godthab',
60 => 'America/Nuuk',
28 => 'America/St_Johns',
9 => 'America/Halifax',
33 => 'America/Caracas',
Expand Down
2 changes: 1 addition & 1 deletion lib/timezonedata/exchangezones.php
Expand Up @@ -71,7 +71,7 @@
'Mid-Atlantic' => 'America/Noronha',
'Brasilia' => 'America/Sao_Paulo', // Best guess
'Buenos Aires' => 'America/Argentina/Buenos_Aires',
'Greenland' => 'America/Godthab',
'Greenland' => 'America/Nuuk',
'Newfoundland' => 'America/St_Johns',
'Atlantic Time (Canada)' => 'America/Halifax',
'Caracas, La Paz' => 'America/Caracas',
Expand Down
4 changes: 2 additions & 2 deletions lib/timezonedata/lotuszones.php
Expand Up @@ -34,13 +34,13 @@
'Newfoundland' => 'America/St_Johns',
'Argentina' => 'America/Argentina/Buenos_Aires',
'E. South America' => 'America/Belem',
'Greenland' => 'America/Godthab',
'Greenland' => 'America/Nuuk',
'Montevideo' => 'America/Montevideo',
'SA Eastern' => 'America/Belem',
// 'Mid-Atlantic' => 'Etc/GMT-2', // conflict with windows timezones.
'Azores' => 'Atlantic/Azores',
'Cape Verde' => 'Atlantic/Cape_Verde',
'Greenwich' => 'Atlantic/Reykjavik', // No I'm serious. Greenwich is not GMT.
'Greenwich' => 'Atlantic/Reykjavik', // No I'm serious.. Greenwich is not GMT.
'Morocco' => 'Africa/Casablanca',
'Central Europe' => 'Europe/Prague',
'Central European' => 'Europe/Sarajevo',
Expand Down

0 comments on commit 85caf94

Please sign in to comment.