ID: 35425
Updated by: [EMAIL PROTECTED]
Reported By: tomas_matousek at hotmail dot com
-Status: Open
+Status: Assigned
Bug Type: Date/time related
Operating System: WinXP
PHP Version: 5.1.0
-Assigned To:
+Assigned To: derick
New Comment:
Assigned to the author.
Can't reproduce it on Linux, though.
Previous Comments:
------------------------------------------------------------------------
[2005-11-27 16:22:52] tomas_matousek at hotmail dot com
Description:
------------
idate('Z') doesn't reflect zone settings by
date_default_timezone_set(). That's wrong, isn't it?
Reproduce code:
---------------
date_default_timezone_set("UTC");
$time = mktime(1,1,1,1,1,2005);
echo idate('Z', $time);
Expected result:
----------------
0
Actual result:
--------------
3600 // my system setting is +1 GMT
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35425&edit=1