MDL-75641 core_lang: Add string for new Europe/Kyiv timezone
commitcafbfc6076eb4ce36d56d4f80d9fc76ec30c0d9b
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 3 Sep 2022 07:40:54 +0000 (3 09:40 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 4 Sep 2022 08:11:20 +0000 (4 10:11 +0200)
tree48e2b6d3b3cab395180141b803dac556458d0f57
parent2b22716dc2fc65de37bbcfa6305df2bd9fc5aa37
MDL-75641 core_lang: Add string for new Europe/Kyiv timezone

With IANA TZDB (timezone database) release 2022b, Europe/Kiev
has been renamed to Europe/Kyiv. So we need to add this string
to our list to keep tests passing.

Note that the old Europe/Kiev continues working (is an alias) and,
also, there are places in core where we are using it. Just we cannot
remove/replace those uses in core until we ensure that everybody is
using PHP 8.0.23 (TZDB 2022b) or more recent versions. Hence,
not changing those uses now.
lang/en/timezones.php