我需要在服务器 Ubuntu 16.04 上手动更改日期时间,我禁用了 ntp 并使用命令禁用 ntp 自动更新timedatectl
:
timedatectl set-ntp 0
命令结果如下timedatectl
:
Local time: Wed 2017-02-22 13:31:46 +0530
Universal time: Wed 2017-02-22 08:01:46 UTC
RTC time: Wed 2017-02-22 14:33:39
Time zone: Asia/Colombo (+0530, +0530)
Network time on: no
NTP synchronized: no
RTC in local TZ: no
但是当我手动更改时间时,sudo date -s "22 FEB 2017 07:30:00"
它并没有更新。
注意:我的服务器托管在 Azure 上。
我确认这是在系统更新后发生的。