Edit report at https://bugs.php.net/bug.php?id=60723&edit=1
ID: 60723 Comment by: junk at ipercolate dot net Reported by: olemarkus at gentoo dot org Summary: error_log error time has changed to UTC ignoring default timezo Status: Assigned Type: Bug Package: Date/time related Operating System: Gentoo Linux PHP Version: 5.3.9 Assigned To: derick Block user comment: N Private report: N New Comment: sorry, a typo above. I set localtime to 0 (zero) ifdev ZTS cheers, Previous Comments: ------------------------------------------------------------------------ [2012-09-21 11:01:44] junk at ipercolate dot net Hi, I don't think the existing behaviour (string format) should be changed, for most users. I expect there will be many shell scripts that will break slightly because the TZ is now written into the error_time_str. I have patched my build to only add the TZ to the string if expected behaviour is different (ie logged time is in UTC). I revert to original behaviour on initially setting error_time_str (localtime = 1), and then add an '#ifdef ZTS' to set it with localtime = 1 and include 'e' in the format string. I can add this patch file ? cheers, ------------------------------------------------------------------------ [2012-09-21 05:16:38] larue...@php.net yesï¼I have attached a patch, will commit it later, I am not able to do a whole test now:) ------------------------------------------------------------------------ [2012-09-21 03:19:32] ramsy at ramix dot jp laruence: It will be a peculiar problem in ZTS. I think that it does not become a reason fixed to UTC in all? ------------------------------------------------------------------------ [2012-09-21 03:17:12] larue...@php.net The following patch has been added/updated: Patch Name: bug60723.patch Revision: 1348197432 URL: https://bugs.php.net/patch-display.php?bug=60723&patch=bug60723.patch&revision=1348197432 ------------------------------------------------------------------------ [2012-09-21 03:01:45] larue...@php.net seems introduced after the fix of: https://bugs.php.net/bug.php?id=60373 ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60723 -- Edit this bug report at https://bugs.php.net/bug.php?id=60723&edit=1