Setting the Time Zone, Date, and Time
Create a symbolic link from the zoneinfo file of your location to /etc/localtime:
ln -fs /usr/share/zoneinfo/America/Chicago /etc/localtime
Update the date and time to the current time:
date "2010-04-02 14:58:01"
Update the hardware clock:
hwclock -u -w