Tôi đã thêm múi giờ trong index.js khi khởi tạo kết nối mysql
var db_config = {
host : 'localhost',
user : 'xxx',
password : '',
database : 'xxx',
timezone: 'utc' //<-here this line was missing
};
Tôi đã thêm múi giờ trong index.js khi khởi tạo kết nối mysql
var db_config = {
host : 'localhost',
user : 'xxx',
password : '',
database : 'xxx',
timezone: 'utc' //<-here this line was missing
};