Linux时间同步

和授时服务器同步

sudo ntpdate asia.pool.ntp.org

修改为中国时区

export TZ='Asia/Shanghai'
# 或
sudo tzselect

查看当前时间

date "+%Y-%m-%d %H:%M:%S"