Time & TimeZone
Ideally set your hwclock & systemclock to UTC and timezone to your locationDatezone and Timezone
CentOS, OEL, RHEL date timezone config# system-config-date
timeconfig
a nice little text gui thats lets you set your systemclock to UTC and timezone to your location !# timeconfig
automatically equiv to
# ln -sf /usr/share/zoneinfo/<mytimeloc> /etc/localtime
date
$ date
hwclock
# hwclock --debug
howto reset hardware clock from system time
first set the correct system time# date 06070809
then sync it to (UTC) hardware clock
# hwclock --utc --systohc
REFERRERS
AdminGuide