diff --git a/reference/datetime/functions/mktime.xml b/reference/datetime/functions/mktime.xml index d296ce5a3e..e39f7b86cf 100644 --- a/reference/datetime/functions/mktime.xml +++ b/reference/datetime/functions/mktime.xml @@ -1,5 +1,5 @@ - + @@ -80,9 +80,9 @@ year - The number of the year, may be a two or four digit value, - with values between 0-69 mapping to 2000-2069 and 70-100 to - 1970-2000. On systems where time_t is a 32bit signed integer, as + The number of the year, may be a two, three or four digit value, + with values between 0-69 mapping to 2000-2069 and 70-110 to + 1970-2010. On systems where time_t is a 32bit signed integer, as most common today, the valid range for year is somewhere between 1901 and 2038. However, before PHP 5.1.0 this range was limited from 1970 to 2038 on some systems (e.g. Windows).