我們需要在數(shù)據(jù)庫 URL中設(shè)置serverTimezone屬性:
static final String DB_URL = "jdbc:mysql://localhost:3306/RUNOOB" +
"?serverTimezone=GMT%2B8";
這里的 GMT%2B8 代表是東八區(qū)。
我們需要在數(shù)據(jù)庫 URL中設(shè)置serverTimezone屬性:
static final String DB_URL = "jdbc:mysql://localhost:3306/RUNOOB" +
"?serverTimezone=GMT%2B8";
這里的 GMT%2B8 代表是東八區(qū)。