From: joerg dot klein at ifsam dot lu Operating system: win2000 PHP version: 5.1.0b3 PHP Bug Type: Date/time related Bug description: Timezone problem
Description:
------------
hi
It seems that php don't have the correct timezone. This error occurs since
5.1.0b3.
I am on GMT+1
for the following example the system time is 11:00
date("H:i");
=> 09:00
set system time-zone to GMT(+0)
date("H:i");
=> 09:00
set system time to 10:00
date("H:i");
=> 08:00
My box runs on win2000SP4.
--
Edit bug report at http://bugs.php.net/?id=34147&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34147&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=34147&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=34147&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=34147&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=34147&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=34147&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=34147&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=34147&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=34147&r=support
Expected behavior: http://bugs.php.net/fix.php?id=34147&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=34147&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=34147&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=34147&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34147&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=34147&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=34147&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=34147&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=34147&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=34147&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=34147&r=mysqlcfg
