J'ai ajouté le fuseau horaire dans index.js lors de l'initialisation de la connexion mysql
var db_config = {
host : 'localhost',
user : 'xxx',
password : '',
database : 'xxx',
timezone: 'utc' //<-here this line was missing
};
J'ai ajouté le fuseau horaire dans index.js lors de l'initialisation de la connexion mysql
var db_config = {
host : 'localhost',
user : 'xxx',
password : '',
database : 'xxx',
timezone: 'utc' //<-here this line was missing
};