使用screw插件时出现 The server time zone value �й���ʱ�� is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone…
使用JDBC连接数据库出现The server time zone value �й���ʱ�� is解决方案 ** 将jdbc.properties中url后加入?serverTimezoneUTC即可解决** 转载于:https://www.cnblogs.com/EveningWind/p/11579610.ht