diff --git a/ch22.html b/ch22.html index ff1aeb0..c90dc9b 100644 --- a/ch22.html +++ b/ch22.html @@ -303,15 +303,6 @@
2015-03-29T02:30+02:00[UTC+02:00] 2015-03-29T02:30+02:00
When DST ends, something similar happens
- -LocalDateTime ldt = LocalDateTime.of(2015, 10, 25, 3, 30);
- System.out.println(ldt);
The result will be:
- -2015-10-25T02:30
When we create an instance of ZonedDateTime
for Italy, we have to add an hour to see the effect (otherwise we we'll be creating the ZonedDateTime
at 3:00 of the new time):
ZonedDateTime zdt = ZonedDateTime.of(