当启动idea调用接口时报 The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more than one time zone解决方法 该错误为mysql时区错误,只需要将时区设置为你当前系统时区. 解决方法: 在mysql中输入如下命令并执行 `set global time_zone='+8:00';`