From 8a0aa5b47868cd03ba36b59f0c681fad1aab3038 Mon Sep 17 00:00:00 2001 From: Herton Ronaldo Krzesinski Date: Wed, 9 Jun 2010 21:27:51 +0000 Subject: - timezone.pm: change India default timezone name from Asia/Calcutta to Asia/Kolkata (#59715) --- perl-install/NEWS | 2 ++ perl-install/timezone.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 7e9ca3417..1452c3b07 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- timezone.pm: change India default timezone name from Asia/Calcutta to + Asia/Kolkata (#59715) - add scrollbar to partitionning wizard if needed - user management: focus on first entry in dialog, root password if superuser is asked, user real name otherwise (#54910) diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm index b072dda3a..24fa42b8e 100644 --- a/perl-install/timezone.pm +++ b/perl-install/timezone.pm @@ -110,7 +110,7 @@ my %c2t = ( 'ID' => 'Asia/Jakarta', 'IE' => 'Europe/Dublin', 'IL' => 'Asia/Tel_Aviv', -'IN' => 'Asia/Calcutta', +'IN' => 'Asia/Kolkata', 'IR' => 'Asia/Tehran', 'IS' => 'Atlantic/Reykjavik', 'IT' => 'Europe/Rome', -- cgit v1.2.1