The value of date.timezone in php.ini is set to "America/Los_Angeles".
The local time is 11:02 a.m. Yet the output of date("h:i a e") is:
02:02 pm America/Los_Angeles
which is three hours ahead of the real time.
Why is this? What's going on?
--
Sláinte,
Richard S. Crawford ([email protected]) http://www.underpope.com
Twitter: http://twitter.com/underpope
Facebook: http://www.facebook.com/underpope
Google+: http://gplus.to/underpope

