|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-16 12:16 UTC] joerg dot klein at ifsam dot lu
[2005-08-16 12:17 UTC] tony2001@php.net
[2005-08-16 13:17 UTC] derick@php.net
[2005-08-16 13:47 UTC] joerg dot klein at ifsam dot lu
[2005-08-16 14:00 UTC] derick@php.net
[2005-08-18 15:58 UTC] pash_ka at fonbet dot info
[2005-08-19 12:54 UTC] derick@php.net
[2005-08-28 13:58 UTC] studio at peptolab dot com
[2005-08-30 09:16 UTC] derick@php.net
[2005-09-13 04:02 UTC] studio at peptolab dot com
[2006-01-02 08:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 18:00:01 2025 UTC |
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.