Skip to content

Commit 23b8041

Browse files
Merge pull request #117 from usefulness/create-pull-request/patch
Update TZDB to 2023c
2 parents 4f5f507 + e27f801 commit 23b8041

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-200 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 = "2023b"
8+
private const val VERSION_ID: String = "2023c"
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=2023b
1+
ianaVersion=2023c

0 commit comments

Comments
 (0)