|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-26 13:31 UTC] derick@php.net
[2005-08-26 13:53 UTC] alexm at emarket2 dot com
[2005-08-26 14:10 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Feb 08 23:00:02 2026 UTC |
Description: ------------ I have installed PHP 5.1.0RC1 on Windows XP Professional (before I was running PHP 5.0.4 ) and all my scripts with code like <? print date("d/m/Y H:i:s"); ?> start showing time with 1 hour difference from my local machine time, for example - PHP script produces output like 26/08/2005 10:01:41 while my local machine time is 26/08/2005 11:01:41. Online Documentation states that date() function "Returns a string formatted according to the given format string using the given integer timestamp or the current local time if no timestamp is given."