timestamp字段类型在information_schema记录的默认值和show create table显示的不一致问题

我尝试将时区改成CST也是一样,然后新建表,在information_schema里面记录的还是少八小时

修改sql如下:

update mysql.tidb set VARIABLE_VALUE=‘CST’ where variable_name = ‘system_tz’ ;

修改以后重启tidb了
tiup cluster stop cluster_name -R tidb
tiup cluster start cluster_name -R tidb