Kategorie
Linux Ubuntu

Synchronize system clock to hardware clock

To synchronize system clock to hardware clock in Linux do the following: root@server:/# hwclock -s or to do it parmanently: root@server:/# timedatectl set-local-rtc true To show system clock: root@server:/# date To show hardware clock (RTC – real time clock):