Raspberry Pi: Quick and Dirty
Posted by michael on Tuesday, 23 June 2015
Set date from the command line:
sudo date -u MMDDhhmmCCYY
Set correct timezone when RPi wakes up:
sudo vi ~/.profile
...and append this line...
TZ='Europe/Copenhagen'; export TZ
(Note to self: Put more cool stuff here...)