1.设置linux系统时间
查看时间:
[root@localhost ~]# date
设置时间
[root@localhost ~]# date -s "20210824 16:33:00"
 
2.设置linux硬件时间
查看硬件时间
[root@localhost ~]# hwclock --show
 
修改硬件时间
[root@localhost ~]# hwclock -whwclock --set --date '20210824 16:33:00'
 
时间同步
[root@localhost ~]# hwclock -w
[root@localhost ~]# hwclock -s

记录工作中的一下问题