From 7269abb7f1dfb57d8a7f083e0f99d46af326bf4e Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Thu, 9 Dec 2004 19:21:57 +0000 Subject: [PATCH] Added GMT # thanks to Mike Ford git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174391 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 411ac42377..1ad5b8cabd 100644 --- a/reference/datetime/functions/strtotime.xml +++ b/reference/datetime/functions/strtotime.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ The function expects to be given a string containing an English date format and will try to parse that format into a Unix timestamp (the - number of seconds since January 1 1970 00:00:00), relative + 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. Upon failure, -1 is returned.