From 802e5666617ad7a793704a8a93e93d6279f5864c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 19 Nov 2009 11:39:47 +0000 Subject: [PATCH] Supports all dates (bug #47713) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290981 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/book.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/datetime/book.xml b/reference/datetime/book.xml index 2a72a77ee2..9a193c1824 100644 --- a/reference/datetime/book.xml +++ b/reference/datetime/book.xml @@ -15,6 +15,10 @@ where your PHP scripts are running. You can use these functions to format the date and time in many different ways. + + Each component of date (e.g. year) is internally stored as 64-bit number so + all imaginable dates (including negative years) are supported. + Please keep in mind that these functions are dependent on