Skip to content

Commit

Permalink
update to tzdb 2019b
Browse files Browse the repository at this point in the history
see issue #875
  • Loading branch information
MenoData committed Jul 2, 2019
1 parent 28ec653 commit edf7c6f
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-2019a</version>
<version>5.0-2019b</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 = "2019a";
private static final String STD_VERSION = "2019b";
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;

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

1 comment on commit edf7c6f

@MenoData
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addresses: MenoData/Time4J#875

Please sign in to comment.