|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-08-03 02:50 UTC] rgagnon at networkip dot net
Description: ------------ the documentation on for the date() function references "Daylights Savings Time" and "Daylight Savings Time" in different places. I know it's minor, but the correct term is "Daylight Saving Time" without a trailing "s" on any of the words. Thanks PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 02:00:01 2025 UTC |
Index: date.xml =================================================================== RCS file: /repository/phpdoc/en/reference/datetime/functions/date.xml,v retrieving revision 1.29 diff -u -r1.29 date.xml --- date.xml 11 Jul 2006 07:05:04 -0000 1.29 +++ date.xml 3 Aug 2006 08:35:24 -0000 @@ -224,7 +224,7 @@ </row> <row> <entry><literal>I</literal> (capital i)</entry> - <entry>Whether or not the date is in daylights savings time</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> </row> <row> There are also 2 "daylights" in user notes for function.date and ref.datetime. (I don't know how to edit usernotes).