Undo timezone change
This commit is contained in:
parent
3a4cd2c922
commit
184ed8413b
|
@ -45,13 +45,6 @@ function handleDisconnect() {
|
|||
throw err; // server variable configures this)
|
||||
}
|
||||
});
|
||||
connection.on('connection', conn => {
|
||||
conn.query("SET time_zone='+02:00';", error => {
|
||||
if(error){
|
||||
throw error
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue