# HWClock `hwclock` is a program to set and display the hardware clock. ## Usage ### Display time and date To display the hardware clock run the following command: ```sh hwclock ``` ### Sync the hardware clock to the system time To sync the hardware clock run the following command: ```sh hwclock -w ```