Skip to content

Commit 2319be7

Browse files
committed
update to tzdb v2023b
see MenoData/Time4J#978
1 parent ee6806f commit 2319be7

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-2022g</version>
7+
<version>5.0-2023b</version>
88
<packaging>jar</packaging>
99
<name>Time4J-TZDATA</name>
1010

984 Bytes
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 = "2022g";
40+
private static final String STD_VERSION = "2023b";
4141
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;
4242

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

0 commit comments

Comments
 (0)