ID: 30096
Updated by: [EMAIL PROTECTED]
Reported By: schmidt_florian at f-24 dot com
Status: Assigned
Bug Type: Date/time related
Operating System: Linux 2.6.7 (debian unstable)
PHP Version: 4.3.8
Assigned To: derick
New Comment:
Rasmus, I can reproduce it here. No clue why yet. I guess I have
something to do on the next plane ;-)
Previous Comments:
------------------------------------------------------------------------
[2004-09-15 19:11:24] schmidt_florian at f-24 dot com
the timezone should!! be irrelevant thats the reason i use
gmmktime()... but it dont work?!
------------------------------------------------------------------------
[2004-09-15 19:05:31] [EMAIL PROTECTED]
Looks ok on my Debian laptop:
php -r 'echo phpversion()."\n"; echo gmdate("H,i,s, m,d,Y",
gmmktime(02,00,01, 03,28,2004));'
4.3.9RC2-dev
02,00,01, 03,28,2004
Since we are dealing with GMT, your timezone should be irrelevant.
------------------------------------------------------------------------
[2004-09-15 17:18:37] [EMAIL PROTECTED]
I'll have a look
------------------------------------------------------------------------
[2004-09-15 16:45:24] schmidt_florian at f-24 dot com
its called debian...
------------------------------------------------------------------------
[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