centos &Debian配置时区
### 1. 查看系统时间: $ date ### 2. 查看硬件时钟: $ hwclock ### 3. 设置时间时区: $ timedatectl set-timezone "Asia/Shanghai" ### 4. 设置硬件时钟与系统时间同步,并设置为UTC $ hwclock --systohc --utc ### 5. 设置硬件时钟与系统时间同步,并设置为本地时间 $ hwclock -s ### 6. 硬件时钟写入硬件,防止重启失效 $ hwclock -w
Debian
dpkg-reconfigure tzdata
越学越感到自己的无知