From 52a4333c734ecf5a6c4d9c1845e658f56f62af68 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 2 Dec 2006 07:43:35 +0000 Subject: [PATCH] date() doesn't use the _local_ time (bug#39137: Misleading description in date() doc) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224211 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/date.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/datetime/functions/date.xml b/reference/datetime/functions/date.xml index 4d8163798b..dbea015a3b 100644 --- a/reference/datetime/functions/date.xml +++ b/reference/datetime/functions/date.xml @@ -1,5 +1,5 @@ - + date @@ -15,7 +15,7 @@ Returns a string formatted according to the given format string using the - given integer timestamp or the current local time + given integer timestamp or the current time if no timestamp is given. In other words, timestamp is optional and defaults to the value of time.