To set the correct time in the operating system does the following:
sign in, SSH (putty) root, root
su
ntpd -q -p 193.11.166.2 # (ntp server)
date 18:24
___________________________________________________
login as: root
root@192.168.0.86's password:
[root@moipro ~]# su
[root@moipro ~]# ntpd -q -p 193.11.166.2
[root@moipro ~]# date 20:15
Thu Nov 20 20:15:00 UTC 2014
[root@moipro ~]#