Bug #112351 | Incorrect implementation while locally creating Timestamp fields value in JVM | ||
---|---|---|---|
Submitted: | 15 Sep 2023 2:17 | Modified: | 15 May 13:12 |
Reporter: | zhigang tong | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 8.0.30 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | timestamp conversion |
[15 Sep 2023 2:17]
zhigang tong
[15 Sep 2023 10:34]
zhigang tong
One more thing should be mentioned here: [Pre] Set MySQL server timezone to "+07:00"; Using JDBC url, "jdbc:mysql://host:port/db?connectionTimeZone=${CTZ}". [Problem] The corresponding NativeServerSession.sessionTimeZone field is assigned "${CTZ}". [Sug] Since the server timezone is '+07:00' but not '${CTZ}', the comments of NativeServerSession.sessionTimeZone is incorrect, and should be revised. The field name may also be changed to connectionTimeZone.
[15 May 13:12]
MySQL Verification Team
Hello Zhigang Tong, Thank you for the bug report. However this is not enough to reproduce the issue. Please upgrade to latest version and report us back if issue persist even in latest version along with test case. Thank you. Regards, Ashwini Patil