|
|
|
@ -8,7 +8,7 @@ public class Demo1 { |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
|
|
|
long l = LocalDate.now().plus(-1, ChronoUnit.DAYS).atTime(LocalTime.MAX).atZone(ZoneId.systemDefault()).toInstant().toEpochMilli(); |
|
|
|
System.out.println(l); |
|
|
|
int a = 3; |
|
|
|
System.out.println(true); |
|
|
|
} |
|
|
|
} |