Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/zone/
DTCKZoneOffsetTransition.java80 private static final ZoneOffset OFFSET_0100 = ZoneOffset.ofHours(1); field in TCKZoneOffsetTransition
91 ZoneOffsetTransition.of(null, OFFSET_0100, OFFSET_0200); in test_factory_nullTransition()
155 assertEquals(test.isValidOffset(OFFSET_0100), false); in test_isValidOffset_gap()
166 assertEquals(test.isValidOffset(OFFSET_0100), false); in test_isValidOffset_overlap()
183 LocalDateTime.ofEpochSecond(23875287L + 1, 0, OFFSET_0100), OFFSET_0100,OFFSET_0400); in test_compareTo()
205 LocalDateTime.ofEpochSecond(23875287L, 0, OFFSET_0100), OFFSET_0100, OFFSET_0400); in test_compareTo_sameInstant()
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKZonedDateTime.java146 private static final ZoneOffset OFFSET_0100 = ZoneOffset.ofHours(1); field in TCKZonedDateTime
152 private static final ZoneId ZONE_0100 = OFFSET_0100;
449 Instant instant = TEST_PARIS_GAP_2008_03_30_02_30.toInstant(OFFSET_0100);
463 Instant instant = TEST_PARIS_OVERLAP_2008_10_26_02_30.toInstant(OFFSET_0100);
465 check(test, 2008, 10, 26, 2, 30, 0, 0, OFFSET_0100, ZONE_PARIS); // same time and offset
479 ZonedDateTime test = ZonedDateTime.ofInstant(instant, OFFSET_0100);
623 ZonedDateTime.ofStrict(TEST_PARIS_GAP_2008_03_30_02_30, OFFSET_0100, ZONE_PARIS);
652 ZonedDateTime.ofStrict((LocalDateTime) null, OFFSET_0100, ZONE_PARIS);
662 ZonedDateTime.ofStrict(TEST_LOCAL_2008_06_30_11_30_59_500, OFFSET_0100, null);
1013 …teTime base = ZonedDateTime.ofStrict(TEST_PARIS_OVERLAP_2008_10_26_02_30, OFFSET_0100, ZONE_PARIS);
[all …]
/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKZonedDateTimeSerialization.java80 private static final ZoneOffset OFFSET_0100 = ZoneOffset.ofHours(1); field in TCKZonedDateTimeSerialization
81 private static final ZoneId ZONE_0100 = OFFSET_0100;