Searched refs:ONE_AM (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/zone/ |
D | TestZoneRules.java | 62 private static final LocalTime ONE_AM = LocalTime.of(1, 0); field in TestZoneRules 116 …{TOKYO, LocalDateTime.of(LocalDate.of(1948, 9, 12), ONE_AM), ZoneOffset.ofHours(10), ZoneOffset.of… in transitionBeyondDay() 117 …{TOKYO, LocalDateTime.of(LocalDate.of(1949, 9, 11), ONE_AM), ZoneOffset.ofHours(10), ZoneOffset.of… in transitionBeyondDay() 118 …{TOKYO, LocalDateTime.of(LocalDate.of(1950, 9, 10), ONE_AM), ZoneOffset.ofHours(10), ZoneOffset.of… in transitionBeyondDay() 119 …{TOKYO, LocalDateTime.of(LocalDate.of(1951, 9, 9), ONE_AM), ZoneOffset.ofHours(10), ZoneOffset.ofH… in transitionBeyondDay()
|