Skip to content

Commit e8b19c9

Browse files
committed
update to tzdb v2024b
1 parent 24d3a80 commit e8b19c9

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.time4j</groupId>
66
<artifactId>time4j-tzdata</artifactId>
7-
<version>5.0-2024a</version>
7+
<version>5.0-2024b</version>
88
<packaging>jar</packaging>
99
<name>Time4J-TZDATA</name>
1010

-2.79 KB
Binary file not shown.

src/test/java/net/time4j/tz/repo/RepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class RepositoryTest {
3737
TZDATA.init();
3838
}
3939

40-
private static final String STD_VERSION = "2024a";
40+
private static final String STD_VERSION = "2024b";
4141
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;
4242

4343
private String propertyValue = null;
86.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)