Searched refs:system1 (Results 1 – 1 of 1) sorted by relevance
139 Instant system1 = Instant.ofEpochMilli(System.currentTimeMillis()); in test_ClockResolution() local143 System.out.println(formatTime("\nsystemUTC #1 ", system1)); in test_ClockResolution()148 if (system2.isBefore(system1)) { in test_ClockResolution()150 System.err.println(formatTime("\n\tsystem1", system1)); in test_ClockResolution()153 + formatTime("\n\tsystem1", system1) in test_ClockResolution()158 System.err.println(formatTime("\n\thighest1", system1)); in test_ClockResolution()161 + formatTime("\n\thighest1", system1) in test_ClockResolution()168 system1 = Instant.ofEpochMilli(System.currentTimeMillis()); in test_ClockResolution()171 System.out.println(formatTime("\nsystemUTC ", system1)); in test_ClockResolution()174 if (highest1.isBefore(system1)) { in test_ClockResolution()[all …]