[Bug 301913] Re: php timezone in apache2 is UTC by default

2009-08-16 Thread Micah Gersten
I reported this bug back on Intrepid. I have not had a problem on Jaunty. -- php timezone in apache2 is UTC by default https://bugs.launchpad.net/bugs/301913 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 301913] Re: php timezone in apache2 is UTC by default

2009-08-16 Thread Micah Gersten
This seems to no longer be an issue on Jaunty and since there's an easy workaround, it's not SRU worthy. Therefore, I'm closing this. Thanks for the followup. ** Changed in: php5 (Ubuntu) Status: Incomplete = Invalid -- php timezone in apache2 is UTC by default

[Bug 301913] Re: php timezone in apache2 is UTC by default

2009-08-15 Thread Charles Hooper
Micah, I am unable to find anything in the PHP packages that would cause this. However, it is possible that your web server is setting the timezone. Here's what PHP's documentation[1] has to say about how it retrieves the default timezone: * Reading the timezone set using the

[Bug 301913] Re: php timezone in apache2 is UTC by default

2009-08-15 Thread Charles Hooper
My apologies, I read further and found the following: If none of the above succeed, date_default_timezone_get will return a default timezone of UTC. I'm not sure if this package defaulting to UTC time is necessarily a bug as changing it simply involves editing the date.timezone php.ini option