Skip to content

Commit

Permalink
Merge pull request #233 from usefulness/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update TZDB to 2024b
  • Loading branch information
mateuszkwiecinski authored Sep 9, 2024
2 parents 3d947a2 + e7fe00b commit a8cd59c
Show file tree
Hide file tree
Showing 43 changed files with 2 additions and 2 deletions.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Africa/Blantyre.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Africa/Bujumbura.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Africa/Gaborone.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Africa/Harare.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Africa/Kigali.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Africa/Lubumbashi.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Africa/Lusaka.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Africa/Maputo.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Bahia_Banderas.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Cancun.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Chihuahua.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Ciudad_Juarez.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Ensenada.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Hermosillo.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Mazatlan.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Merida.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Mexico_City.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Monterrey.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Ojinaga.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Santa_Isabel.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Tijuana.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Choibalsan.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Dili.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Atlantic/Azores.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Atlantic/Madeira.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/CET.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/CST6CDT.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/EET.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/EST.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/EST5EDT.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Europe/Lisbon.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/HST.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/MET.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/MST.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/MST7MDT.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Mexico/BajaNorte.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Mexico/BajaSur.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Mexico/General.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/PST8PDT.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Portugal.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/WET.dat
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlin.String
import kotlin.collections.Collection

internal object GeneratedZoneIdsProvider : ZoneIdsProvider {
private const val VERSION_ID: String = "2024a"
private const val VERSION_ID: String = "2024b"

private val ZONE_IDS: Collection<String> = setOf(
"Africa/Abidjan",
Expand Down
2 changes: 1 addition & 1 deletion tzdb_version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ianaVersion=2024a
ianaVersion=2024b

0 comments on commit a8cd59c

Please sign in to comment.