To sync date in linux console –

# yum install ntp
# chkconfig ntpd on
# ntpdate pool.ntp.org
# /etc/init.d/ntpd start
# hwclock --systohc

To check the current date

# date
Thu Feb  2 09:42:08 MYT 2012