You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
When there is no serverZoneId available from the connection url, MySqlConnection get the zone id from the connection (i.e. mysql server). When serverZoneId is set in the connection url, MySqlConnection just update the local context field without keeping it consistent with the timezone of connection. There is no way we can set the desired timezone on connection.
The text was updated successfully, but these errors were encountered:
When there is no
serverZoneId
available from the connection url,MySqlConnection
get the zone id from the connection (i.e. mysql server). WhenserverZoneId
is set in the connection url,MySqlConnection
just update the localcontext
field without keeping it consistent with the timezone of connection. There is no way we can set the desired timezone on connection.The text was updated successfully, but these errors were encountered: