Bit of a workaround, rather than a fix, but it got me up and running, and should be reliable...
- Open rc.local filesudo nano /etc/rc.local
- add following line to the rc.local filesudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
- reboot the Rpisudo reboot
From:
https://raspberrypi.stackexchange.com/questions/47542/raspberry-pi-wont-update-time
No comments:
Post a Comment