Setting timezone for Linux system
sudo timedatectl set-timezone Asia/Shanghai
Setting timezone for MySQL
add the line below to [mysqld] section in /etc/my.cnf
default=time-zone = "+8:00"
sudo timedatectl set-timezone Asia/Shanghai
add the line below to [mysqld] section in /etc/my.cnf
default=time-zone = "+8:00"