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