|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-06-25 18:39 UTC] tony2001@php.net
[2007-06-25 20:15 UTC] derick@php.net
[2007-06-25 20:47 UTC] dsobik at ca dot ibm dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 00:00:02 2025 UTC |
Description: ------------ When I run the simple date("G:i") function I can produce the correct time on the command line. However when i run the same function via the lighttpd webserver it defaults to UTC. In AIX i have the correct timezone variables set and when i call the timezone env via php i get the correct timezone. I belive this bug is related to 35660 http://bugs.php.net/bug.php?id=35660 The only difference is that they were using aix 5.2 with php 5 I'm using aix 5.3 with php 4.4.7 Please let me know if there is a fix available