What will happen if you run this code?
Instant instant = Instant.EPOCH;
System.out.println(instant.plus(1, ChronoUnit.WEEKS).atZone(ZoneId.of("GMT+4")));
What will happen if you run this code?
Instant instant = Instant.EPOCH;
System.out.println(instant.plus(1, ChronoUnit.WEEKS).atZone(ZoneId.of("GMT+4")));
Create a free account to access the full topic