Searched refs:stdOffset1 (Results 1 – 1 of 1) sorted by relevance
983 ZoneOffset stdOffset1 = ZoneOffset.UTC; in test_of() local986 …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