Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/zone/
DTCKZoneRules.java983 ZoneOffset stdOffset1 = ZoneOffset.UTC; in test_of() local
986 …dOffsetTransition1 = ZoneOffsetTransition.of(time_of_stdOffsetTransition1, stdOffset1, stdOffset2); in test_of()
1025 ZoneRules zoneRule = ZoneRules.of(stdOffset1, in test_of()
1032 …stdOffsetTransition1 = OffsetDateTime.of(time_of_stdOffsetTransition1, stdOffset1).minusSeconds(1); in test_of()
1033 …stdOffsetTransition1 = OffsetDateTime.of(time_of_stdOffsetTransition1, stdOffset1).plusSeconds(1);; in test_of()
1034 …ertEquals(zoneRule.getStandardOffset(before_time_of_stdOffsetTransition1.toInstant()), stdOffset1); in test_of() local