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"

Comments

  1. Markdown is allowed. HTML tags allowed: <strong>, <em>, <blockquote>, <code>, <pre>, <a>.