这里以centos7更换成北京时区为例。
使用管理员用户执行:
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
重新同步时间:
ntpdate asia.pool.ntp.org
tzselect
我们以亚洲北京时区为例,这里我们输入“ 5 ”,确定。
输入“ 9 ”,即中国时区,然后输入“1”,选择北京时间。
最后我们输入“1”,确定。
执行以下命令:
TZ='Asia/Shanghai'; export TZ
查看时间:
date -R