Skip to content

Commit

Permalink
MDL-75641 core_lang: Add string for new Europe/Kyiv timezone
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stronk7 committed Sep 4, 2022
1 parent a7514f2 commit b5c7390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/en/timezones.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@
$string['europe/kaliningrad'] = 'Europe/Kaliningrad';
$string['europe/kiev'] = 'Europe/Kiev';
$string['europe/kirov'] = 'Europe/Kirov';
$string['europe/kyiv'] = 'Europe/Kyiv';
$string['europe/lisbon'] = 'Europe/Lisbon';
$string['europe/ljubljana'] = 'Europe/Ljubljana';
$string['europe/london'] = 'Europe/London';
Expand Down

0 comments on commit b5c7390

Please sign in to comment.