mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
is_dst is useless (bug #14391)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165560 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
01db480ca7
commit
490d4dcf04
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gmmktime">
|
||||
<refnamediv>
|
||||
|
@ -22,6 +22,10 @@
|
|||
Identical to <function>mktime</function> except the passed
|
||||
parameters represents a GMT date.
|
||||
</para>
|
||||
<para>
|
||||
Parameters always represent a GMT date so <parameter>is_dst</parameter>
|
||||
doesn't influence the result.
|
||||
</para>
|
||||
<para>
|
||||
Like <function>mktime</function>, arguments may be left out in order
|
||||
from right to left, with any omitted arguments being set to the
|
||||
|
|
Loading…
Reference in a new issue