nlopess Fri Aug 11 17:29:59 2006 UTC
Modified files: /phpdoc/en/reference/datetime/functions date.xml Log: DST: daylight saving time. confirmed with my GB English dictionary http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/date.xml?r1=1.30&r2=1.31&diff_format=u Index: phpdoc/en/reference/datetime/functions/date.xml diff -u phpdoc/en/reference/datetime/functions/date.xml:1.30 phpdoc/en/reference/datetime/functions/date.xml:1.31 --- phpdoc/en/reference/datetime/functions/date.xml:1.30 Thu Aug 3 09:17:25 2006 +++ phpdoc/en/reference/datetime/functions/date.xml Fri Aug 11 17:29:58 2006 @@ -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 @@ <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>