Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
[automated] Update timezone data!
Browse files Browse the repository at this point in the history
  • Loading branch information
noelbot authored and auguwu committed Jan 8, 2023
1 parent 9cdbd06 commit 811159f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/commonGenerated/org/noelware/iana/GeneratedTimezones.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1972,6 +1972,23 @@ public val TIMEZONES: List<IANATimezone> = listOf(
rawOffsetInMinutes = 0,
abbreviation = "WET"
),
IANATimezone(
name = "Africa/Windhoek",
alternativeName = "Central Africa Time",
group = listOf("Africa/Windhoek"),
continentCode = "AF",
continentName = "Africa",
countryCode = "NA",
countryName = "Namibia",
mainCities = listOf(
"Windhoek",
"Rundu",
"Walvis Bay",
"Oshakati"
),
rawOffsetInMinutes = 60,
abbreviation = "CAT"
),
IANATimezone(
name = "Africa/Algiers",
alternativeName = "Central European Time",
Expand Down Expand Up @@ -2874,23 +2891,6 @@ public val TIMEZONES: List<IANATimezone> = listOf(
rawOffsetInMinutes = 120,
abbreviation = "CAT"
),
IANATimezone(
name = "Africa/Windhoek",
alternativeName = "Central Africa Time",
group = listOf("Africa/Windhoek"),
continentCode = "AF",
continentName = "Africa",
countryCode = "NA",
countryName = "Namibia",
mainCities = listOf(
"Windhoek",
"Rundu",
"Walvis Bay",
"Oshakati"
),
rawOffsetInMinutes = 120,
abbreviation = "CAT"
),
IANATimezone(
name = "Europe/Athens",
alternativeName = "Eastern European Time",
Expand Down

0 comments on commit 811159f

Please sign in to comment.