Edit report at https://bugs.php.net/bug.php?id=60723&edit=1
ID: 60723 Updated by: [email protected] Reported by: olemarkus at gentoo dot org Summary: error_log error time has changed to UTC ignoring default timezo Status: Closed 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: The fix for this bug has been committed. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-09-23 15:01:48] [email protected] Automatic comment on behalf of laruence Revision: http://git.php.net/?p=php-src.git;a=commit;h=395d77c540a2d9d0745c8b4c75d60599c6e17c87 Log: Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo) ------------------------------------------------------------------------ [2012-09-23 14:59:53] [email protected] Automatic comment on behalf of laruence Revision: http://git.php.net/?p=php-src.git;a=commit;h=395d77c540a2d9d0745c8b4c75d60599c6e17c87 Log: Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo) ------------------------------------------------------------------------ [2012-09-21 12:59:26] [email protected] @junk I think the format of output should be consistent. which means either all include the 'e', or all don't. ------------------------------------------------------------------------ [2012-09-21 12:43:44] junk at ipercolate dot net sorry, a typo above. I set localtime to 0 (zero) ifdev ZTS cheers, ------------------------------------------------------------------------ [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, ------------------------------------------------------------------------ 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
