Before we synchronise the time, we need to make sure we choose correctly our time zone. Just go to
sudo raspi-config
Choose Localisation Options –> Change Timezone –> choose your country.
Then, if raspberry pi is connecting to Wifi, we can synchronise time from internet by type this command
sudo timedatectl
This will enable the synchronise time.
Done