Skip to content

Commit

Permalink
update to tzdb 2020c
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Oct 19, 2020
1 parent 3cc28e5 commit 0b5853f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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-2020b</version>
<version>5.0-2020c</version>
<packaging>jar</packaging>
<name>Time4J-TZDATA</name>

Expand Down
Binary file modified src/main/resources/tzrepo/tzdata.repository
Binary file not shown.
4 changes: 2 additions & 2 deletions 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 = "2020b";
private static final String STD_VERSION = "2020c";
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;

private String propertyValue = null;
Expand Down Expand Up @@ -74,7 +74,7 @@ public void alias() throws ParseException {
@Test
public void findRepositoryStdVersion() throws IOException {
assertThat(Timezone.getVersion("TZDB"), is(STD_VERSION));
Timezone.of("Pacific/Tongatapu").dump(System.out);
Timezone.of("Pacific/Fiji").dump(System.out);
}

@Test
Expand Down
Binary file added src/test/resources/tzrepo/tzdata2020c.repository
Binary file not shown.

0 comments on commit 0b5853f

Please sign in to comment.