Skip to content

Commit

Permalink
Map Europe/Kiev => Europe/Kyiv
Browse files Browse the repository at this point in the history
  • Loading branch information
timgladwell committed Oct 2, 2024
1 parent f13cd4c commit 5d32455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Add address1_regex to regions [#281](https://github.com/Shopify/worldwide/pull/281)
- Add address1_regex for BE, CL, MX, ES, IL [#282](https://github.com/Shopify/worldwide/pull/282)
- Add address1_regex for DE [#286](https://github.com/Shopify/worldwide/pull/286)
- Update legacy timezone mappings for Europe/Kiev [#288](https://github.com/Shopify/worldwide/pull/288)


---

Expand Down
1 change: 1 addition & 0 deletions lib/worldwide/deprecated_time_zone_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def iana_timezones
"Etc/UCT": "UTC",
"Etc/Universal": "UTC",
"Etc/Zulu": "UTC",
"Europe/Kiev": "Europe/Kyiv",
GB: "Europe/London",
"GB-Eire": "Europe/London",
"GMT+0": "Etc/GMT",
Expand Down

0 comments on commit 5d32455

Please sign in to comment.