diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2010-06-09 21:27:51 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2010-06-09 21:27:51 +0000 |
commit | 8a0aa5b47868cd03ba36b59f0c681fad1aab3038 (patch) | |
tree | a4310f09b755742ad7228d303c69652838cdc1f3 | |
parent | 5965524031878c99ede07aef87d8e2b14a9d570e (diff) | |
download | drakx-8a0aa5b47868cd03ba36b59f0c681fad1aab3038.tar drakx-8a0aa5b47868cd03ba36b59f0c681fad1aab3038.tar.gz drakx-8a0aa5b47868cd03ba36b59f0c681fad1aab3038.tar.bz2 drakx-8a0aa5b47868cd03ba36b59f0c681fad1aab3038.tar.xz drakx-8a0aa5b47868cd03ba36b59f0c681fad1aab3038.zip |
- timezone.pm: change India default timezone name from Asia/Calcutta to
Asia/Kolkata (#59715)
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/timezone.pm | 2 |
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', |