How to set a timezone for MySql Google Cloud SQL
google-cloud-sql
Solution
There is a database flag "default_time_zone" in developer console that you can use to specify timezone offset when you create a new instance or edit an existing instance.
See https://cloud.google.com/sql/docs/mysql-flags for detailed info.
Problem
Tried to create new costume flag from the developer console - doesn't work. Tied from the command line: gcloud sql instances patch --database-flags time_zone Doesn't work, get error: "invalidFlagName"