Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bgr11n committed Apr 10, 2024
1 parent 9baa69f commit 2fb0d53
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
6 changes: 6 additions & 0 deletions timezones.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,18 @@ 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",
},
Expand All @@ -168,15 +171,18 @@ 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{
Expand Down
48 changes: 48 additions & 0 deletions tz_infos.go
Original file line number Diff line number Diff line change
Expand Up @@ -7153,6 +7153,22 @@ var tzInfos = map[string]*TzInfo{
linkTo: "",
lastDST: 2010,
},
"Europe/Kiev": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
longDaylight: "Eastern European Summer Time",
shortGeneric: "EET",
shortStandard: "EET",
shortDaylight: "EEST",
standardOffset: 7200,
daylightOffset: 10800,
standardOffsetHHMM: "+02:00",
daylightOffsetHHMM: "+03:00",
countryCode: "UA",
isDeprecated: false,
linkTo: "",
lastDST: 2037,
},
"Europe/Kyiv": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
Expand Down Expand Up @@ -7649,6 +7665,22 @@ var tzInfos = map[string]*TzInfo{
linkTo: "",
lastDST: 2010,
},
"Europe/Uzhgorod": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
longDaylight: "Eastern European Summer Time",
shortGeneric: "EET",
shortStandard: "EET",
shortDaylight: "EEST",
standardOffset: 7200,
daylightOffset: 10800,
standardOffsetHHMM: "+02:00",
daylightOffsetHHMM: "+03:00",
countryCode: "UA",
isDeprecated: false,
linkTo: "",
lastDST: 2037,
},
"Europe/Uzhhorod": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
Expand Down Expand Up @@ -7777,6 +7809,22 @@ var tzInfos = map[string]*TzInfo{
linkTo: "Europe/Belgrade",
lastDST: 2037,
},
"Europe/Zaporozhye": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
longDaylight: "Eastern European Summer Time",
shortGeneric: "EET",
shortStandard: "EET",
shortDaylight: "EEST",
standardOffset: 7200,
daylightOffset: 10800,
standardOffsetHHMM: "+02:00",
daylightOffsetHHMM: "+03:00",
countryCode: "UA",
isDeprecated: false,
linkTo: "",
lastDST: 2037,
},
"Europe/Zaporizhzhia": &TzInfo{
longGeneric: "Eastern European Time",
longStandard: "Eastern European Standard Time",
Expand Down

0 comments on commit 2fb0d53

Please sign in to comment.