मैंने 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
};