The “ hwclock ” is a command-line utility for both Linux and Unix-like operating systems to access Hardware Clock.
Hardware Clock is also termed as Real-Time Clock (RTS) or BIOS clock.
The Hardware Clock is quite different from the clock that is managed by the Linux kernel.
To resync clock in Linux/WSL
sudo hwclock -s
Comments