mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
DST: daylight saving time. confirmed with my GB English dictionary
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217988 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ead062f704
commit
ec03c06d61
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<refentry id="function.date">
|
||||
<refnamediv>
|
||||
<refname>date</refname>
|
||||
|
@ -224,8 +224,8 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>I</literal> (capital i)</entry>
|
||||
<entry>Whether or not the date is in daylight savings time</entry>
|
||||
<entry><literal>1</literal> if Daylight Savings Time, <literal>0</literal> otherwise.</entry>
|
||||
<entry>Whether or not the date is in daylight saving time</entry>
|
||||
<entry><literal>1</literal> if Daylight Saving Time, <literal>0</literal> otherwise.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>O</literal></entry>
|
||||
|
@ -399,7 +399,7 @@ $nextyear = mktime(0, 0, 0, date("m"), date("d"), date("Y")+1);
|
|||
<note>
|
||||
<para>
|
||||
This can be more reliable than simply adding or subtracting the number
|
||||
of seconds in a day or month to a timestamp because of daylight savings
|
||||
of seconds in a day or month to a timestamp because of daylight saving
|
||||
time.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue