Skip to content

Commit 670d4f6

Browse files
Merge pull request #341 from usefulness/create-pull-request/patch
Update TZDB to 2026b
2 parents 6dac370 + 1bf3714 commit 670d4f6

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

136 Bytes
Binary file not shown.
136 Bytes
Binary file not shown.

lazythreetenbp/src/main/kotlin/com/usefulness/threetenbp/GeneratedZoneIdsProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import kotlin.String
55
import kotlin.collections.Collection
66

77
internal object GeneratedZoneIdsProvider : ZoneIdsProvider {
8-
private const val VERSION_ID: String = "2026a"
8+
private const val VERSION_ID: String = "2026b"
99

1010
private val ZONE_IDS: Collection<String> = setOf(
1111
"Africa/Abidjan",

tzdb_version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ianaVersion=2026a
1+
ianaVersion=2026b

0 commit comments

Comments
 (0)