Jag har lagt till tidszon i index.js vid initialisering av mysql-anslutning
var db_config = {
host : 'localhost',
user : 'xxx',
password : '',
database : 'xxx',
timezone: 'utc' //<-here this line was missing
};
Jag har lagt till tidszon i index.js vid initialisering av mysql-anslutning
var db_config = {
host : 'localhost',
user : 'xxx',
password : '',
database : 'xxx',
timezone: 'utc' //<-here this line was missing
};