Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/zone/
DTestZoneRules.java61 private static final ZoneId TOKYO = ZoneId.of("Asia/Tokyo"); 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()