diff --git a/reference/datetime/reference.xml b/reference/datetime/reference.xml index 0915369ed6..650793273d 100644 --- a/reference/datetime/reference.xml +++ b/reference/datetime/reference.xml @@ -1,5 +1,5 @@ - + Date and Time Functions Date/Time @@ -15,7 +15,10 @@ Please keep in mind that these functions are dependent on the locale settings of your server. Make sure to take - daylight saving time and leap years into consideration when working + daylight saving time (use e.g. + $date = strtotime('+7 days', $date) and not + $date += 7*24*60*60) + and leap years into consideration when working with these functions.