From 94b7a85d3a12141c31441c7b5f581f2244501980 Mon Sep 17 00:00:00 2001 From: Esteban Herrera Date: Thu, 29 Aug 2019 19:58:40 -0500 Subject: [PATCH] Fix issue #84 --- ch22.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ch22.html b/ch22.html index ff1aeb0..c90dc9b 100644 --- a/ch22.html +++ b/ch22.html @@ -303,15 +303,6 @@

Daylight savings

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(