Skip to content

Commit

Permalink
update to tzdb v2022a
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Mar 22, 2022
1 parent 63b2567 commit 8bb19b8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.time4j</groupId>
<artifactId>time4j-tzdata</artifactId>
<version>5.0-2021e</version>
<version>5.0-2022a</version>
<packaging>jar</packaging>
<name>Time4J-TZDATA</name>

Expand Down
Binary file modified src/main/resources/tzrepo/tzdata.repository
Binary file not shown.
2 changes: 1 addition & 1 deletion src/test/java/net/time4j/tz/repo/RepositoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class RepositoryTest {
TZDATA.init();
}

private static final String STD_VERSION = "2021e";
private static final String STD_VERSION = "2022a";
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;

private String propertyValue = null;
Expand Down
Binary file added src/test/resources/tzrepo/tzdata2022a.repository
Binary file not shown.

0 comments on commit 8bb19b8

Please sign in to comment.