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 Dec 22, 2022
1 parent bb77dec commit aefa7a4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/commonGenerated/org/noelware/iana/GeneratedTimezones.kt
Original file line number Diff line number Diff line change
Expand Up @@ -536,21 +536,21 @@ public val TIMEZONES: List<IANATimezone> = listOf(
abbreviation = "GALT"
),
IANATimezone(
name = "America/Ojinaga",
alternativeName = "Mountain Time",
name = "America/Chihuahua",
alternativeName = "Mexican Pacific Time",
group = listOf("America/Chihuahua", "America/Ojinaga"),
continentCode = "NA",
continentName = "North America",
countryCode = "MX",
countryName = "Mexico",
mainCities = listOf(
"Ciudad Juárez",
"Chihuahua",
"Chihuahua",
"Ciudad Delicias",
"Cuauhtémoc"
"Cuauhtémoc",
"Parral"
),
rawOffsetInMinutes = -360,
abbreviation = "MST"
abbreviation = "GMT-7"
),
IANATimezone(
name = "America/Rio_Branco",
Expand Down Expand Up @@ -1935,7 +1935,8 @@ public val TIMEZONES: List<IANATimezone> = listOf(
countryName = "Western Sahara",
mainCities = listOf(
"Laayoune",
"Dakhla"
"Dakhla",
"Boujdour"
),
rawOffsetInMinutes = 0,
abbreviation = "WET"
Expand Down

0 comments on commit aefa7a4

Please sign in to comment.