ID: 24691
Updated by: [EMAIL PROTECTED]
Reported By: da_boost at hotmail dot com
-Status: Open
+Status: Bogus
Bug Type: Date/time related
Operating System: FreeBSD 5.1-RELEASE #0
PHP Version: 4.3.1
New Comment:
Never heard of daylight savings time? Europe is GMT+2 at the moment.
Previous Comments:
------------------------------------------------------------------------
[2003-07-17 07:18:10] da_boost at hotmail dot com
Description:
------------
this code is supposed to return the same as date() because my timezone
is GMT +1
Reproduce code:
---------------
echo "Date: ".date('d/m/Y H:i:s');
echo "<br />";
echo "Gmdate: ".gmdate('d/m/Y H:i:s', time() + 3600);
Expected result:
----------------
Date: 17/07/2003 14:03:06
Gmdate: 17/07/2003 14:03:06
Actual result:
--------------
Date: 17/07/2003 14:03:06
Gmdate: 17/07/2003 13:03:06
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24691&edit=1