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 Oct 25, 2022
1 parent 1c8ba4f commit 24d9daf
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/commonGenerated/org/noelware/iana/GeneratedTimezones.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3297,35 +3297,35 @@ public val TIMEZONES: List<IANATimezone> = listOf(
abbreviation = "AST"
),
IANATimezone(
name = "Asia/Bahrain",
name = "Asia/Riyadh",
alternativeName = "Arabian Time",
group = listOf("Asia/Bahrain"),
group = listOf("Asia/Riyadh"),
continentCode = "AS",
continentName = "Asia",
countryCode = "BH",
countryName = "Bahrain",
countryCode = "SA",
countryName = "Saudi Arabia",
mainCities = listOf(
"Manama",
"Al Muharraq",
"Ar Rifā‘",
"Dār Kulayb"
"Jeddah",
"Riyadh",
"Mecca",
"Medina"
),
rawOffsetInMinutes = 180,
abbreviation = "AST"
),
IANATimezone(
name = "Asia/Riyadh",
name = "Asia/Bahrain",
alternativeName = "Arabian Time",
group = listOf("Asia/Riyadh"),
group = listOf("Asia/Bahrain"),
continentCode = "AS",
continentName = "Asia",
countryCode = "SA",
countryName = "Saudi Arabia",
countryCode = "BH",
countryName = "Bahrain",
mainCities = listOf(
"Riyadh",
"Jeddah",
"Mecca",
"Medina"
"Manama",
"Al Muharraq",
"Ar Rifā‘",
"Dār Kulayb"
),
rawOffsetInMinutes = 180,
abbreviation = "AST"
Expand Down Expand Up @@ -3726,8 +3726,8 @@ public val TIMEZONES: List<IANATimezone> = listOf(
mainCities = listOf(
"Saint-Denis",
"Saint-Paul",
"Saint-Pierre",
"Le Tampon"
"Le Tampon",
"Saint-Pierre"
),
rawOffsetInMinutes = 240,
abbreviation = "RET"
Expand Down Expand Up @@ -4445,7 +4445,7 @@ public val TIMEZONES: List<IANATimezone> = listOf(
"Singapore",
"Woodlands",
"Geylang",
"Marine Parade"
"Queenstown Estate"
),
rawOffsetInMinutes = 480,
abbreviation = "SGT"
Expand Down

0 comments on commit 24d9daf

Please sign in to comment.