我的 Centos 机器重启后恢复时间

我的 Centos 机器重启后恢复时间

我有 3 台VMware ESXiv6.5 机器。我手动设置时间:

timedatectl set-time '16:00:00'` and check time with `timedatectl

[root@abcd ~]# timedatectl
  Local time: Sun 2024-04-07 16:00:30 +430
  Universal time: Sun 2024-04-07 12:30:30 UTC
  RTC time: Sun 2024-04-07 15:02:38
  Time zone: Asia/Tehran (+0430, +0330)
  NTP enabled: no
  NTP synchronized: no
  RTC in local TZ: no
  DST active: yes
    .
    .
    . 

我尝试以下步骤:

  1. 我将系统时间复制到硬件时钟:

     hwclock  --systohc
    
  2. 将文件编辑/etc/adjtime为:

     0.0 0 0.0
     0
     LOCAL
     EOF
    

但重新启动后,机器恢复为17:05:00.但我想要16:05:00('+330')。

如何防止自动更新时间?

笔记:我的机器未连接到互联网(它们处于离线状态)并且我没有任何 NTP 服务器

相关内容