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.