Home
last modified time | relevance | path

Searched refs:ZONE_0100 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKZonedDateTime.java152 private static final ZoneId ZONE_0100 = OFFSET_0100; field in TCKZonedDateTime
166 TEST_DATE_TIME = ZonedDateTime.of(TEST_LOCAL_2008_06_30_11_30_59_500, ZONE_0100); in setUp()
602 ZonedDateTime.ofInstant((Instant) null, ZONE_0100);
821 {2008, 6, 30, 11, 30, 20, 500, ZONE_0100},
822 {2008, 6, 30, 11, 0, 0, 0, ZONE_0100},
825 {2008, 6, 30, 23, 59, 59, 999999999, ZONE_0100},
826 {-1, 1, 1, 0, 0, 0, 0, ZONE_0100},
926 …dDateTime test = ZonedDateTime.of(LocalDateTime.of(2008, 6, 30, 12, 30, 40, 987654321), ZONE_0100);
945 …dDateTime test = ZonedDateTime.of(LocalDateTime.of(2008, 6, 30, 12, 30, 40, 987654321), ZONE_0100);
1057 ZonedDateTime base = ZonedDateTime.of(ldt, ZONE_0100);
[all …]
/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKZonedDateTimeSerialization.java81 private static final ZoneId ZONE_0100 = OFFSET_0100; field in TCKZonedDateTimeSerialization
90 TEST_DATE_TIME = ZonedDateTime.of(TEST_LOCAL_2008_06_30_11_30_59_500, ZONE_0100); in setUp()