Timing
Most RTCs use a crystal oscillator,[4][5] but some use the power line frequency.[6] In many cases the oscillator's frequency is 32.768 kHz.[4] This is the same frequency used in quartz clocks and watches, and for the same reasons, namely that the frequency is exactly 215 cycles per second, which is a convenient rate to use with simple binary counter circuits.
We can assume that the differences could be materials or methods that leads to different oscillator's frequencies. In time those differences could be reflected in seconds, minutes... I've seen clocks with up to 7 minutes of difference. If you are in a AD environment and have some linux computers authenticating against a DC those differences could lead you to trouble (Mostly if you use SAMBA shares). A command like the following used in a crontab could fix the issue really simple:
# crontab -l
0 23 * * * /sbin/ntpdate name-of-the-dc-server