ID: 35440 Updated by: [EMAIL PROTECTED] Reported By: akselbondoe at hotmail dot com -Status: Feedback +Status: Assigned Bug Type: *General Issues Operating System: Windows XP PHP Version: 5.1.0 -Assigned To: +Assigned To: derick
Previous Comments: ------------------------------------------------------------------------ [2005-11-28 11:25:24] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip ------------------------------------------------------------------------ [2005-11-28 11:11:23] akselbondoe at hotmail dot com Description: ------------ Timezone for Europe/Oslo is 1 hour slow. Php shows for example 10:00 when the actual time in Oslo is 11:00. Reproduce code: --------------- <? putenv("TZ=Europe/Oslo"); echo date("d.m.Y - H:i:s"); ?> Expected result: ---------------- example: 28.11.2005 - 02:02:14 Actual result: -------------- example: 28.11.2005 - 03:02:14 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35440&edit=1