From ec03c06d61c8d64662dfb0c63ce0fb60c5d68b04 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 11 Aug 2006 17:29:58 +0000 Subject: [PATCH] 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 --- reference/datetime/functions/date.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/datetime/functions/date.xml b/reference/datetime/functions/date.xml index f8b7fd4d8a..aa7aeed5b3 100644 --- a/reference/datetime/functions/date.xml +++ b/reference/datetime/functions/date.xml @@ -1,5 +1,5 @@ - + date @@ -224,8 +224,8 @@ I (capital i) - Whether or not the date is in daylight savings time - 1 if Daylight Savings Time, 0 otherwise. + Whether or not the date is in daylight saving time + 1 if Daylight Saving Time, 0 otherwise. O @@ -399,7 +399,7 @@ $nextyear = mktime(0, 0, 0, date("m"), date("d"), date("Y")+1); 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.