MDL-85048 core: define mapping for new America/Coyhaique zone.

Follows same process as other timezone additions in d5ec3594.
This commit is contained in:
Paul Holden 2025-03-28 08:58:19 +00:00
parent a9d4123f83
commit 2b51032624
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -757,6 +757,7 @@ class core_date {
if ($intltz === null) {
// Where intl doesn't know about a recent timezone, map it to an equivalent existing zone.
$intltzname = strtr($tz->getName(), [
'America/Coyhaique' => 'America/Santiago',
'America/Ciudad_Juarez' => 'America/Denver',
'America/Nuuk' => 'America/Godthab',
'Europe/Kyiv' => 'Europe/Kiev',