Bug #96276 | Retrieval of DATETIME with value in DST lost hour causes error | ||
---|---|---|---|
Submitted: | 22 Jul 2019 21:34 | Modified: | 13 Feb 2020 15:40 |
Reporter: | Josh Landin | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 8.0.16, 8.0.17 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[22 Jul 2019 21:34]
Josh Landin
[24 Jul 2019 7:31]
MySQL Verification Team
Hello Josh Landin, Thank you for the report. regards, Umesh
[24 Jul 2019 7:38]
MySQL Verification Team
Workaround which worked for me is to set serverTimezone=UTC. More - https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-usagenotes-known-issues-limitatio...
[24 Jul 2019 18:35]
Josh Landin
Using serverTimezone=UTC as a workaround would cause the datetime to come back as "2019-03-09 21:00:00", which is not desirable.
[13 Feb 2020 15:40]
Alexander Soklakov
Hi Josh, This is a duplicate of Bug#93444.
[18 Feb 2020 10:55]
Alexander Soklakov
Actually, it's a duplicate of Bug#82005.