Let's say I have two different Servers located in same DataCenter. But when I check the date
on both, there are a few second difference between them.
Example:
[root@server1 ~] # date
Tue Feb 23 11:40:22 SGT 2016
[root@server2 ~] # date
Tue Feb 23 11:40:10 SGT 2016
- Why is that so?
- And how to fix this (to be exactly the same) please?
Note:
I didn't setup ntp
or anything (yet). I only just did this, whenever i got new Servers in hand:
# rm /etc/localtime
# ln -s /usr/share/zoneinfo/Asia/Singapore /etc/localtime