I'm using CURRENT_TIMESTAMP
in Google Cloud SQL and according to Google, it returns the server's current time.
Currently, with the time that it returns, it looks like the server's at UTC -1 (i.e., in the Atlantic Ocean). This is not very helpful.
How do I change the timezone and have it display the right time (i.e., a time zone of my own choosing) whenever I call CURRENT_TIMESTAMP
?