zhoufuke
zhoufuke
> What time do you expect when specifying `2022-07-20 17:42:48` on insert? > > * Server time zone > * Client local time zone > * UTC I want the...
Thanks. - My client tz is UTC+8 - I think adding UTC on the column is just a temporary fix. Also, I think the data is presented in the time...
Thanks. Currently, using a string column to solve the problem.
谢谢,目前因为涉及到了相同ip下的不同schema name,每个schema下都有相同的表,暂时先全量同步了schema下的所有表解决。 