From 513b02edae85c4c5c6bdfa78a3e59c53e5af78ef Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 13 Aug 2005 19:37:21 +0000 Subject: [PATCH] negative timestamps are now supported (as of PHP 5.1) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193334 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/mktime.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/datetime/functions/mktime.xml b/reference/datetime/functions/mktime.xml index 83fbe7da9d..83a2ba7767 100644 --- a/reference/datetime/functions/mktime.xml +++ b/reference/datetime/functions/mktime.xml @@ -1,5 +1,5 @@ - + @@ -202,9 +202,9 @@ echo strftime("Last day in Feb 2000 is: %d", $lastday); &reftitle.notes; - Negative timestamps are not supported under any known version - of Windows. Therefore the range of valid years includes only 1970 - through 2038. + Before PHP 5.1.0, negative timestamps were not supported under any known + version of Windows and some other systems as well. Therefore the range of + valid years was limited to 1970 through 2038.