Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDTFParsedInstant.java51 private static final ZoneId ASIA_ISTANBUL = ZoneId.of("Asia/Istanbul"); field in TCKDTFParsedInstant
127 … LocalDateTime.of(2012, 10, 28, 2, 45, 0, 0), ZoneOffset.of("-02:30"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
129 … LocalDateTime.of(2012, 10, 28, 2, 45, 0, 0), ZoneOffset.of("-01:00"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
131 … LocalDateTime.of(2012, 10, 28, 2, 45, 0, 0), ZoneOffset.of("-00:00"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
133 … LocalDateTime.of(2012, 10, 28, 2, 45, 0, 0), ZoneOffset.of("+00:00"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
135 … LocalDateTime.of(2012, 10, 28, 2, 45, 0, 0), ZoneOffset.of("+01:00"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
137 … LocalDateTime.of(2012, 10, 28, 2, 45, 0, 0), ZoneOffset.of("+02:00"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
139 … LocalDateTime.of(2012, 10, 28, 2, 45, 0, 0), ZoneOffset.of("+03:00"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
141 … LocalDateTime.of(2012, 10, 28, 3, 45, 0, 0), ZoneOffset.of("-02:30"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
143 … LocalDateTime.of(2012, 10, 28, 3, 45, 0, 0), ZoneOffset.of("-01:00"), ASIA_ISTANBUL}, in data_parse_WithZone_WithOffset()
[all …]