ID: 35769
User updated by: php at 62nds dot com
Reported By: php at 62nds dot com
Status: Open
Bug Type: Date/time related
Operating System: linux
PHP Version: 4.4.2RC1
New Comment:
Example outputs "1969.12.31", mktime returns correct value
Previous Comments:
------------------------------------------------------------------------
[2005-12-22 08:42:22] php at 62nds dot com
Description:
------------
Wrong month and day returned by gmdate; year is correct most of the
time.
Reproduce code:
---------------
$membday = mktime(0, 0, 0, 6, 15, 1966);
echo gmdate('Y.m.d', $membday);
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35769&edit=1