Just got my machine and its on UK time. How do I change it? I know it must be simple but....
Many thanks
David
How to change the Time
3 posts
- Posts: 4
- Joined: Mon Aug 06, 2012 2:26 pm
If you are using Raspian then there is a utility which allows you to specify the time zone and other setup otptions:
_ /usr/bin/raspi-config
If you are using a debian variation (including raspbian) you can do:
_ sudo dpkg-reconfigure tzdata
(The time is set by contacting an NTP server, so you should have working internet access for it to set the time correctly, its the TZ you need to specify)
thanks
James
_ /usr/bin/raspi-config
If you are using a debian variation (including raspbian) you can do:
_ sudo dpkg-reconfigure tzdata
(The time is set by contacting an NTP server, so you should have working internet access for it to set the time correctly, its the TZ you need to specify)
thanks
James
- Posts: 29
- Joined: Tue Jul 17, 2012 8:52 am
James,
Many thanks. I will try it.
David
Many thanks. I will try it.
David
- Posts: 4
- Joined: Mon Aug 06, 2012 2:26 pm