Hello GNU Org i have something strange in linux command : date
there is 20+ seconds time gap between the 2 servers the na001 is the NTP server for na002 and notice that time of na002 is the correct one how this happen ? [root@na001 tmp]# date; ssh -q na002 date Mon Apr 18 10:11:21 CEST 2016 Mon Apr 18 10:11:47 CEST 2016 [root@na001 tmp]# date +%s; ssh -q na002 date +%s 1460967111 1460967111 Br Andy