Skip to content

Commit 5ab7870

Browse files
committed
update to 2016i
1 parent ea7be08 commit 5ab7870

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
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>1.10-2016h</version>
7+
<version>1.10-2016i</version>
88
<packaging>jar</packaging>
99
<name>Time4J-TZDATA</name>
1010

357 Bytes
Binary file not shown.

src/test/java/net/time4j/tz/spi/RepositoryTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@RunWith(JUnit4.class)
3434
public class RepositoryTest {
3535

36-
private static final String STD_VERSION = "2016h";
36+
private static final String STD_VERSION = "2016i";
3737
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;
3838

3939
private String propertyValue = null;
@@ -70,7 +70,7 @@ public void alias() throws ParseException {
7070
@Test
7171
public void findRepositoryStdVersion() throws IOException {
7272
assertThat(Timezone.getVersion("TZDB"), is(STD_VERSION));
73-
Timezone.of("Europe/Zurich").dump(System.out);
73+
Timezone.of("Pacific/Tongatapu").dump(System.out);
7474
}
7575

7676
@Test
91.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)