Skip to content
rszimm edited this page Sep 7, 2013 · 1 revision

Setting the Time Zone of the raspberry pi is critical for proper functioning of the controller. To check the time zone is correct, browse to the home page and check that the time displayed at the bottom of the page is the correct local time. Time

If this time is incorrect, you probably have a time zone issue. To configure the timezone, log into your raspberry pi and type the following:
sudo dpkg-reconfigure tzdata

That should step you through a number of screens that will configure your timezone. You may have to restart your raspberry pi after this to get everything back into sync.

Clone this wiki locally