OpenSprinkler Forums OpenSprinkler Mobile and Web App Mobile Web App with Screenshots (Updated) Re: Re: Mobile Web App for OpenSprinkler (w/Screenshots)

#23948

Vaughano
Participant

@salbhara, I updated the timezone as suggested, though I believe it was already correct (Australia/Adelaide timezone is known as Central Standard Time locally here in Australia).

Results are now:

pi@raspberrypi:~$ date
Wed Jun 19 15:24:46 CST 2013

PHP Output (via apache this time, not cmd line to catch php.ini change)

Wed, 19 Jun 2013 15:28:01 +0930
Wed, 19 Jun 2013 05:58:01 +0000

Edit: Sanity check on linux date

pi@raspberrypi:~$ date
Wed Jun 19 15:32:01 CST 2013
pi@raspberrypi:~$ date -u
Wed Jun 19 06:02:12 UTC 2013
pi@raspberrypi:~$