Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKZonedDateTime.java153 private static final ZoneId ZONE_0200 = OFFSET_0200; field in TCKZonedDateTime
1053 ZonedDateTime test = base.withZoneSameLocal(ZONE_0200);
1096 ZonedDateTime test = base.withZoneSameInstant(ZONE_0200);
1097 …edDateTime expected = ZonedDateTime.of(TEST_LOCAL_2008_06_30_11_30_59_500.plusHours(1), ZONE_0200);
1121 ZonedDateTime expected = ZonedDateTime.of(TEST_LOCAL_2008_06_30_11_30_59_500, ZONE_0200);
2206 ZonedDateTime a = ZonedDateTime.of(2008, 6, 30, 11, 30, 41, 0, ZONE_0200);
2226 ZonedDateTime a = ZonedDateTime.of(2008, 6, 30, 11, 50, 0, 0, ZONE_0200);
2236 ZonedDateTime a = ZonedDateTime.of(2008, 6, 30, 11, 20, 40, 5, ZONE_0200);
2247 …ZonedDateTime b = ZonedDateTime.of(2008, 6, 30, 11, 0, 0, 0, ZONE_0200); // a is before b despite…
2267 {11, 30, ZONE_0200, 11, 30, ZONE_0100, true}, // a is before b due to offset
[all …]