How to change Google cloud SQL timezone
See also:
How to Configure a MySQL flag for a Google Cloud SQL instance
Change MySQL Flag default_time_zone to the value you want. For example, to change to Eastern Standard time:
change default_time_zone to -05:00
Comments