public static void printEpoch() { Instant now = Instant.now(); long epochSecond = now.getEpochSecond(); long epochMilli = now.