Raspbian: Setting time

From OnnoWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

tzdata

sudo dpkg-reconfigure tzdata

config

sudo raspi-config


date

sudo date -s "01/04/2017 11:00"


ntp

sudo systemctl stop ntp.service
sudo ntpd -gqc /etc/ntpd.conf
sudo systemctl start ntp.service