1、删除本地时间

    1. rm -rf /etc/localtime

    2、设置时区为上海

    1. ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

    3、利用date查看时间

    1. date