bjori Sat Dec 2 07:43:35 2006 UTC
Modified files: /phpdoc/en/reference/datetime/functions date.xml Log: date() doesn't use the _local_ time (bug#39137: Misleading description in date() doc) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/date.xml?r1=1.35&r2=1.36&diff_format=u Index: phpdoc/en/reference/datetime/functions/date.xml diff -u phpdoc/en/reference/datetime/functions/date.xml:1.35 phpdoc/en/reference/datetime/functions/date.xml:1.36 --- phpdoc/en/reference/datetime/functions/date.xml:1.35 Sun Oct 15 03:44:37 2006 +++ phpdoc/en/reference/datetime/functions/date.xml Sat Dec 2 07:43:35 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.35 $ --> +<!-- $Revision: 1.36 $ --> <refentry id="function.date"> <refnamediv> <refname>date</refname> @@ -15,7 +15,7 @@ </methodsynopsis> <para> Returns a string formatted according to the given format string using the - given integer <parameter>timestamp</parameter> or the current local time + given integer <parameter>timestamp</parameter> or the current time if no timestamp is given. In other words, <parameter>timestamp</parameter> is optional and defaults to the value of <function>time</function>. </para>