Raspbian: Setting time
From OnnoCenterWiki
Jump to navigationJump to search
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