Linux hwclock and date command
Linux date command
First check and set the current system date and time.
1. date
2. date -s ‘Wed May 28 11:35:00 EST 2003′
Then sync your hardware clock with the system time.
1. hwclock –show
2. hwclock –systohc
Category: Tips for linux
