Skip to content

Commit

Permalink
update to tzdb 2020a
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Apr 24, 2020
1 parent 97e81c9 commit f1736ec
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-2019c</version>
<version>5.0-2020a</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 = "2019c";
private static final String STD_VERSION = "2020a";
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;

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

0 comments on commit f1736ec

Please sign in to comment.