Jeg har tilføjet tidszone i index.js ved initialisering af mysql-forbindelse
var db_config = {
host : 'localhost',
user : 'xxx',
password : '',
database : 'xxx',
timezone: 'utc' //<-here this line was missing
};
Jeg har tilføjet tidszone i index.js ved initialisering af mysql-forbindelse
var db_config = {
host : 'localhost',
user : 'xxx',
password : '',
database : 'xxx',
timezone: 'utc' //<-here this line was missing
};