oceanbase / obconnector-j

OceanBase Client for Java is a JDBC 4.2 compatible driver, used to connect applications developed in Java to OceanBase Database Server.
GNU Lesser General Public License v2.1
28 stars 9 forks source link

chore: convert 'Z' time zone id to +00:00 #9

Closed ldming closed 1 month ago

ldming commented 3 months ago

Summary

fix https://github.com/oceanbase/obconnector-j/issues/8

Solution Description

sendAlterSessionTimezone check if zoneId is Z, if yes, convert it to +00:00.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

ldming commented 3 months ago

The cause of this issue could also be a result of this issue.