From d4d4b3020bcd6b70b6bacd7e4c5da739635db17c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Nov 2007 15:21:40 +0000 Subject: [PATCH] Rephrase (bug #42786) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246615 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/strtotime.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/datetime/functions/strtotime.xml b/reference/datetime/functions/strtotime.xml index 9543e6bce7..d07874cc5d 100644 --- a/reference/datetime/functions/strtotime.xml +++ b/reference/datetime/functions/strtotime.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ format and will try to parse that format into a Unix timestamp (the number of seconds since January 1 1970 00:00:00 GMT), relative to the timestamp given in now, or the current time - if none is supplied. + if now is not supplied. This function will use the TZ environment variable (if