-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Description
Symfony version(s) affected
symfony/intl v7.3.2
Description
The Asia/Calcutta time zone has been deemed obsolete.
It has been replaced by Asia/Kolkata.
It needs to be changed on all files within Resources/data/timezones in the symfony/intl package
How to reproduce
When trying to match Asia/Kolkata in Intl, it cannot be used because it's referenced as Asia/Calcutta
Possible Solution
Simply replace all from Asia/Calcutta to Asia/Kolkata, possible reorder lines in arrays
Additional Context
No response