1 Answer
Answer:
To change hwclock date and time in linux, use the following command
Change date and time
[root@localhost ~]# hwclock --set --date "8/12/2019 23:10:45"
Only for time update
[root@localhost ~]# hwclock --set --date "09:10:45"
Your Answer
x