OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › sprinklers_pi – An alternative sprinkler control program › Re: Re: sprinklers_pi – An alternative sprinkler control program
August 22, 2013 at 6:39 pm
#24961
ndboost
Participant
@rszimm wrote:
Ahhh, so the raspberrypi is set to UTC rather than to MDT. I’m also in MDT and this is what I get when I run it:
pi@raspberrypi1:~$ date
Thu Aug 1 09:36:21 MDT 2013to set the timezone, run
sudo dpkg-reconfigure tzdata
This solved so much of my headaches.. thank you so much.