How can i change the timezone of the NOW()
function in mySQL, I'm doing a insert with Node.js. Or maybe even change the timezone to the whole database since I have the Default set to current timestamp.
What is the best approach? Do it via Node.js at my insert, or change (if possible) the timezone of the whole database.