Skip to content

Commit

Permalink
[datetime] fix(TimezoneSelect): rename Kiev to Kyiv (#6302)
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan Heggland <mheggland@palantir.com>
  • Loading branch information
MorganFH and Morgan Heggland authored Jul 25, 2023
1 parent f5e51ba commit 983e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datetime/src/common/timezoneItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const timezonesWithoutOffset: TimezoneWithoutOffset[] = [
{ label: "Jerusalem", ianaCode: "Asia/Jerusalem" },
{ label: "Johannesburg", ianaCode: "Africa/Johannesburg" },
{ label: "Khartoum", ianaCode: "Africa/Khartoum" },
{ label: "Kiev", ianaCode: "Europe/Kiev" },
{ label: "Kyiv", ianaCode: "Europe/Kiev" },
{ label: "Maputo", ianaCode: "Africa/Maputo" },
{ label: "Kaliningrad", ianaCode: "Europe/Kaliningrad" },
{ label: "Nicosia", ianaCode: "Asia/Nicosia" },
Expand Down

1 comment on commit 983e79d

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[datetime] fix(TimezoneSelect): rename Kiev to Kyiv (#6302)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.