mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7242b3e707
commit
52a4333c73
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue