Skip to content

Commit

Permalink
Merge pull request #179 from usefulness/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update TZDB to 2024a
  • Loading branch information
mateuszkwiecinski authored Feb 5, 2024
2 parents c90b660 + 53d0f93 commit 7e45ee1
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Miquelon.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Montreal.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Nassau.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Nipigon.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Thunder_Bay.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Toronto.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Almaty.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Gaza.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Hebron.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Ho_Chi_Minh.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Qostanay.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Saigon.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Canada/Eastern.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 = "2023d"
private const val VERSION_ID: String = "2024a"

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=2023d
ianaVersion=2024a

0 comments on commit 7e45ee1

Please sign in to comment.