ID:               30096
 User updated by:  schmidt_florian at f-24 dot com
 Reported By:      schmidt_florian at f-24 dot com
 Status:           Open
 Bug Type:         Date/time related
-Operating System: Linux 2.6.7 (debuan unstable)
+Operating System: Linux 2.6.7 (debian unstable)
 PHP Version:      4.3.8
 New Comment:

its called debian...


Previous Comments:
------------------------------------------------------------------------

[2004-09-15 16:43:06] schmidt_florian at f-24 dot com

Description:
------------
i have seen many bugs concerning this problem, but the latest stable
php versions (4 and 5) still dont work correct.

echo gmdate("H,i,s, m,d,Y", gmmktime(02,00,01, 03,28,2004));

expected result:                     02,00,01, 03,28,2004
result i got with v4.3.8             03,00,01, 03,28,2004
result i got with v5.0.1             03,00,01, 03,28,2004

so it is one hour off the wanted value.

v4.3.8 on a Linux 2.6.7 with libc6 2.3.2.ds1-13
v5.0.1 on a Linux 2.6.7-gentoo-r11 with glibc 2.3.4.20040808

timezone: CEST+DST (GMT+0200)



Reproduce code:
---------------
echo gmdate("H,i,s, m,d,Y", gmmktime(02,00,01, 03,28,2004));


Expected result:
----------------
02,00,01, 03,28,2004

Actual result:
--------------
03,00,01, 03,28,2004


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30096&edit=1

Reply via email to