Edit /usr/local/etc/my.cnf
Add the following below [mysqld]
default-time-zone='+00:00'
Restart mysql with brew services restart mysql
Edit /usr/local/etc/my.cnf
Add the following below [mysqld]
default-time-zone='+00:00'
Restart mysql with brew services restart mysql
thanks!