Searched refs:epoch2 (Results 1 – 1 of 1) sorted by relevance
196 long epoch2 = date1.getLong(ChronoField.EPOCH_DAY); in test_epoch() local197 assertEquals(epoch1, epoch2, "Epoch day not the same: " + epoch1 + " != " + epoch2); in test_epoch()