I have two vps (ubuntu 14.04, bought from a provider) and looking at their system time (doing a date) i see 6 minute of difference:
Wed Feb 3 11:57:48 CET 2016
Wed Feb 3 12:03:52 CET 2016
I did a
dpkg-reconfigure tzdata
and checked the timezone is the same. Ntp is not installed. How exactly ubuntu calculate the system time and so how it can happen that there is a difference like that?
EDIT: The question intended to be a bit subtle. I found out my server to be 6 minutes 'late' and this happened without a guessable reason. I become aware of that for I have a software that does its magic only when the system time is maximum 5 minutes wrong with the utc. This software was running perfectly since a lot of time. Suddenly it stopped and i found out that the system time was wrong. Solving the problem was easy. The point is understand why suddenly this could happen.