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:49 +00:00
parent ce35013ebf
commit 1ac64c87f9
+1
View File
@@ -756,6 +756,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',