Questions

Forum Navigation
Please to create posts and topics.

Raspberry-Pi - How to change timezone?

A simple question: how to modify the timezone on a Raspberry Pi?

Assigning the right timezone might be also usefull, especially for debugging.

There might be situations where knowing what happened at what time can be critical. So execute sudo raspi-config, once logged in the Pi device, and select the option 4 Localisation Options or 4 Internationalization Options, then I2 Change Timezone: at this point select your Geographical Area, your Homecity or select the nearest city listed there and finally select Finish.

From the command line, you can simply type date and confirm the date is displayed in your desired timezone.