diff options
-rw-r--r-- | perl-install/timezone.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm index 0e434500d..35622d2b5 100644 --- a/perl-install/timezone.pm +++ b/perl-install/timezone.pm @@ -54,8 +54,8 @@ my %l2t = ( 'Czech' => 'Europe/Prague', 'Danish (Denmark)' => 'Europe/Copenhagen', 'Dutch (Netherlands)' => 'Europe/Amsterdam', -'English (USA)' => 'America/New_York', -'English (UK)' => 'Europe/London', +'English (United States)' => 'America/New_York', +'English (United Kingdom)' => 'Europe/London', 'Esperanto' => 'Europe/Warsaw', 'Estonian (Estonia)' => 'Europe/Tallinn', 'Euskara (Basque)' => 'Europe/Madrid', |