[PHP] Date() reporting wrong on OS X server intermittently

2005-02-17 Thread Rowan Hick
Hi There, I have an app which is installed across a dozen odd organisations, and one this week which is running on an OS X Xserve machine. Intermittently this week the PHP app has been seeing the wrong time. Shifting 12hrs at a time. The IT administrator who runs the box says that it's all

Re: [PHP] Date() reporting wrong on OS X server intermittently

2005-02-17 Thread Brent Baisley
The 12 hours seems suspicious to me since it's the difference between AM and PM. My other guess would be that it's grabbing Greenwich time, but it doesn't look like your offset from GMT is twelve hours. On Feb 17, 2005, at 4:12 PM, Rowan Hick wrote: Hi There, I have an app which is installed

Re: [PHP] Date() reporting wrong on OS X server intermittently

2005-02-17 Thread Rowan Hick
It could be flicking between GMT and local time, local time is 13 hrs difference. There's nothing on the server that would be changing an environment variable for the PHP app, so I'm pretty much ruling out interference from that. I still keep coming back to the server clock must be wrong but the