good Tip
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
[email protected]'s password:
[[email protected] ~]# su
[[email protected] ~]# ntpd -q -p 193.11.166.2
[[email protected] ~]# date 20:15
Thu Nov 20 20:15:00 UTC 2014
[[email protected] ~]#

sign in, SSH (putty) root, root
su
ntpd -q -p 193.11.166.2 # (ntp server)
date 18:24
___________________________________________________
login as: root
[email protected]'s password:
[[email protected] ~]# su
[[email protected] ~]# ntpd -q -p 193.11.166.2
[[email protected] ~]# date 20:15
Thu Nov 20 20:15:00 UTC 2014
[[email protected] ~]#