Local time: Fri 2024-03-07 12:34:56 UTC Universal time: Fri 2024-03-07 12:34:56 UTC RTC time: Fri 2024-03-07 12:34:56 Time zone: Etc/UTC (UTC, +0000) System clock synchronized: yes NTP service: active RTC in local TZ: no
或者:
1 2 3
timedatectl timesync-status
timedatectl show-timesync --all
同步方式二
第二种系统时间同步方式,使用 chrony 同步系统时间。
安装 chrony 服务
1
sudo apt install chrony
开机自动启动 chrony 服务
1
sudo systemctl enable --now chronyd
更改配置文件,找到 pool 或者 server 相关行,更改为以下内容:
1
sudo vi /etc/chrony/chrony.conf
1 2 3
server ntp.aliyun.com iburst server time.google.com iburst server time.windows.com iburst