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
};