删除自带的localtime rm -rf /etc/localtime 创建软链接到localtime ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 查看时间 date