Searched refs:withZone (Results 1 – 5 of 5) sorted by relevance
96 DateTimeFormatter.ofLocalizedDateTime(FormatStyle.SHORT).withZone(
264 .withZone(ZoneId.systemDefault())
519 .withZone(ZoneId.systemDefault())
605 public Clock withZone(ZoneId zone) { in withZone() method in EventsLiveDataTest.TestClock
891 .withZone(ZoneId.systemDefault()).format(Instant.now()); in getLocalTimeString()