Edit report at https://bugs.php.net/bug.php?id=60723&edit=1
ID: 60723 Comment by: kris dot glynn at virginaustralia dot com 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: Present also in PHP 5.3.13 CentOS release 5.7 (Final) Linux blah 2.6.18-274.18.1.el5PAE #1 SMP Thu Feb 9 13:25:50 EST 2012 i686 i686 i386 GNU/Linux PHP 5.3.13 (cli) (built: Jun 13 2012 14:53:50) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies Previous Comments: ------------------------------------------------------------------------ [2012-06-06 05:03:35] ramsy at ramix dot jp The merit which makes this message UTC fixation is not known. How about changing in this way? ---- in main/main.c -error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 0 TSRMLS_CC); +error_time_str = php_format_date("d-M-Y H:i:s T", 13, error_time, 1 TSRMLS_CC); ---- ---- output(date.timezone='Asia/Tokyo') [06-Jun-2012 13:54:12 JST] foo ---- ------------------------------------------------------------------------ [2012-05-17 13:12:13] gyouja at pilgrims dot ru Is there any progress with solution for this bug? ------------------------------------------------------------------------ [2012-04-19 22:17:22] tao dot li1 at renren-inc dot com Is there any path? PHP 5.3.10 ------------------------------------------------------------------------ [2012-04-12 14:16:18] reggie at busicast dot com Same: PHP 5.3.10 with Suhosin-Patch (cli) (built: Mar 14 2012 11:01:12) (DEBUG) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator ------------------------------------------------------------------------ [2012-04-04 09:30:27] valinurovam at gmail dot com I have same problem php -v PHP 5.3.10 (cli) (built: Feb 4 2012 07:36:51) CentOS release 6.2 (Final) ------------------------------------------------------------------------ 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