Searched refs:stdOffset1 (Results 1 – 1 of 1) sorted by relevance
1027 ZoneOffset stdOffset1 = ZoneOffset.UTC; in test_of() local1030 …dOffsetTransition1 = ZoneOffsetTransition.of(time_of_stdOffsetTransition1, stdOffset1, stdOffset2); in test_of()1069 ZoneRules zoneRule = ZoneRules.of(stdOffset1, in test_of()1076 …stdOffsetTransition1 = OffsetDateTime.of(time_of_stdOffsetTransition1, stdOffset1).minusSeconds(1); in test_of()1077 …stdOffsetTransition1 = OffsetDateTime.of(time_of_stdOffsetTransition1, stdOffset1).plusSeconds(1);; in test_of()1078 …ertEquals(zoneRule.getStandardOffset(before_time_of_stdOffsetTransition1.toInstant()), stdOffset1); in test_of() local