From 42fe4629785f69c5c251929a2d3bdf1ff4a75090 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 11 Sep 2000 14:41:28 +0000 Subject: [PATCH] Document mktime special case git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32460 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/datetime.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/datetime.xml b/functions/datetime.xml index 096b017662..43b3ab1926 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -669,6 +669,11 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday); + + Date with year, month and day equal to zero is considered illegal + (otherwise it what be regarded as 30.11.1999, which would be strange + behaviour). + See also date and time.