// import java.time.*; Instant start = Instant.now(); Thread.sleep(63553); Instant end = Instant.now(); System.out.println("Duration in ms: " + Duration.between(start, end).toMillis());