Skip to content

Commit

Permalink
Rename ukrainian cities to proper spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bgr11n committed Mar 28, 2024
1 parent 0cc5e62 commit 9baa69f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions timezones.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,16 @@ var timezones = map[string][]string{
"Europe/Chisinau",
"Europe/Helsinki",
"Europe/Kaliningrad",
"Europe/Kiev",
"Europe/Kyiv",
"Europe/Mariehamn",
"Europe/Nicosia",
"Europe/Riga",
"Europe/Sofia",
"Europe/Tallinn",
"Europe/Tiraspol",
"Europe/Uzhgorod",
"Europe/Uzhhorod",
"Europe/Vilnius",
"Europe/Zaporozhye",
"Europe/Zaporizhzhia",
"Libya",
},
"EEST": []string{
Expand All @@ -168,16 +168,16 @@ var timezones = map[string][]string{
"Europe/Chisinau",
"Europe/Helsinki",
"Europe/Kaliningrad",
"Europe/Kiev",
"Europe/Kyiv",
"Europe/Mariehamn",
"Europe/Nicosia",
"Europe/Riga",
"Europe/Sofia",
"Europe/Tallinn",
"Europe/Tiraspol",
"Europe/Uzhgorod",
"Europe/Uzhhorod",
"Europe/Vilnius",
"Europe/Zaporozhye",
"Europe/Zaporizhzhia",
},
"WET": []string{
"Africa/Casablanca",
Expand Down
6 changes: 3 additions & 3 deletions tz_infos.go
Original file line number Diff line number Diff line change
Expand Up @@ -7153,7 +7153,7 @@ var tzInfos = map[string]*TzInfo{
linkTo: "",
lastDST: 2010,
},
"Europe/Kiev": &TzInfo{
"Europe/Kyiv": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
longDaylight: "Eastern European Summer Time",
Expand Down Expand Up @@ -7649,7 +7649,7 @@ var tzInfos = map[string]*TzInfo{
linkTo: "",
lastDST: 2010,
},
"Europe/Uzhgorod": &TzInfo{
"Europe/Uzhhorod": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
longDaylight: "Eastern European Summer Time",
Expand Down Expand Up @@ -7777,7 +7777,7 @@ var tzInfos = map[string]*TzInfo{
linkTo: "Europe/Belgrade",
lastDST: 2037,
},
"Europe/Zaporozhye": &TzInfo{
"Europe/Zaporizhzhia": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
longDaylight: "Eastern European Summer Time",
Expand Down

0 comments on commit 9baa69f

Please sign in to comment.