我在初始化mysql连接时在index.js中添加了时区
var db_config = { host : 'localhost', user : 'xxx', password : '', database : 'xxx', timezone: 'utc' //<-here this line was missing};
我在初始化mysql连接时在index.js中添加了时区
var db_config = { host : 'localhost', user : 'xxx', password : '', database : 'xxx', timezone: 'utc' //<-here this line was missing};