Home
last modified time | relevance | path

Searched defs:ZONE_PARIS (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKZonedDateTimeSerialization.java82 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKZonedDateTimeSerialization
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKOffsetDateTime.java149 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKOffsetDateTime
DTCKInstant.java121 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKInstant
DTCKZonedDateTime.java156 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKZonedDateTime
DTCKLocalDateTime.java157 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKLocalDateTime
DTCKLocalDate.java141 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKLocalDate
DTCKLocalTime.java142 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKLocalTime
445 LocalTime.ofInstant((Instant) null, ZONE_PARIS); in factory_ofInstant_nullInstant() local
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java110 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKMinguoChronology
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeFormatter.java120 private static final ZoneId ZONE_PARIS = ZoneId.of("Europe/Paris"); field in TCKDateTimeFormatter