Undo timezone change

This commit is contained in:
Felix Albrigtsen 2022-04-06 10:31:56 +02:00
parent 3a4cd2c922
commit 184ed8413b
1 changed files with 0 additions and 7 deletions

View File

@ -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
}
})
});
}