We use a MySQL 2nd Gen 5.7 instance on Google Cloud Platform. I've seen the mysql.time_zone*
tables already contain timezone information. Will this information be updated automatically when timezones change?
On our baremetal systems we're used to run
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
once a month to keep this information up-to-date.