From b826dbf198a9db8b210be4c7bee14b22b4c7d71a Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 24 May 2002 18:59:02 +0000 Subject: [PATCH] - Clarify range on windows (fixes bug #17190) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83385 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/date.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/datetime/functions/date.xml b/reference/datetime/functions/date.xml index 6f3bd34220..55af693511 100644 --- a/reference/datetime/functions/date.xml +++ b/reference/datetime/functions/date.xml @@ -1,5 +1,5 @@ - + @@ -24,7 +24,8 @@ The valid range of a timestamp is typically from Fri, 13 Dec 1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (These are the dates that correspond to the minimum and maximum values for - a 32-bit signed integer.) + a 32-bit signed integer). On windows this range is limited from + 01-01-1970 to 19-01-2038. To generate a timestamp from a string representation of the date, you