Max2Play Home › Forums › Max2Play on Raspberry PI › Set date and time on the raspi when there is no internet › Reply To: Set date and time on the raspi when there is no internet
13. März 2019 at 22:32
#44767
Hi Thomas
The Raspberry does not have an internal clock (there is no battery on the Motherboard)
This means that you have to put in the date and clock every time you reboot!!!
You can set the clock manually by downloading the Remote Control Extension:
Inside the extension install shell in a box.
After the setup, login in with:
login: pi
password: raspberry
then type:
sudo date -s „Thu Aug 9 21:31:26 UTC 2012“
replace „Thu Aug 9 21:32:26 UTC 2012“ with actual time, timezone and date in your time zone.
Peter