summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/timezone.pm2
2 files changed, 3 insertions, 1 deletions
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',