Skip to content

Commit

Permalink
Update TZDB to 2025a
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Jan 20, 2025
1 parent 0cbd65a commit 582d712
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified lazythreetenbp/src/main/assets/tzdb/America/Asuncion.dat
Binary file not shown.
Binary file modified lazythreetenbp/src/main/assets/tzdb/Asia/Manila.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 = "2024b"
private const val VERSION_ID: String = "2025a"

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=2024b
ianaVersion=2025a

0 comments on commit 582d712

Please sign in to comment.