Cotonti / Cotonti

Fast, reliable and flexible PHP CMF/CMS
https://www.cotonti.com
BSD 3-Clause "New" or "Revised" License
92 stars 51 forks source link

cot_timezone_search() use DateTimeZone::listIdentifiers() #1776

Open Alex300 opened 3 months ago

Alex300 commented 3 months ago

Use DateTimeZone::listIdentifiers() in cot_timezone_search() instead of $cot_timezones

Global variable $cot_timezones is deprecated now and should be removed.

see https://www.php.net/manual/en/datetimezone.listidentifiers.php