
Here are the instructions to follow:
1. Open the Terminal and install this package (root privileges are required):
apt-get install ntpdate
2. The synchronization will now occur automatically.
Here are some time commands that you may need:
- To know the current date, issue this command:
date
- To know your time zone, run this command:
cat /etc/timezone
- To select another geographic area, run this command:
dpkg-reconfigure tzdata
That's it!