date() doesn't use the _local_ time (bug#39137: Misleading description in date() doc)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224211 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2006-12-02 07:43:35 +00:00
parent 7242b3e707
commit 52a4333c73

View file

@ -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>