Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/
DTestClock_System.java140 Instant system2 = Instant.ofEpochMilli(System.currentTimeMillis()); in test_ClockResolution() local
144 System.out.println(formatTime("systemUTC #2 ", system2)); in test_ClockResolution()
148 if (system2.isBefore(system1)) { in test_ClockResolution()
151 System.err.println(formatTime("\n\tsystem2", system2)); in test_ClockResolution()
154 + formatTime("\n\tsystem2", system2)); in test_ClockResolution()