sean Wed Dec 8 14:23:08 2004 EDT
Modified files:
/phpdoc/en/reference/datetime/functions strtotime.xml
Log:
brief explanation of Unix timestamp
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/strtotime.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/datetime/functions/strtotime.xml
diff -u phpdoc/en/reference/datetime/functions/strtotime.xml:1.9
phpdoc/en/reference/datetime/functions/strtotime.xml:1.10
--- phpdoc/en/reference/datetime/functions/strtotime.xml:1.9 Tue Nov 16
04:26:09 2004
+++ phpdoc/en/reference/datetime/functions/strtotime.xml Wed Dec 8
14:23:08 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 -->
<refentry id="function.strtotime">
<refnamediv>
@@ -18,7 +18,8 @@
</methodsynopsis>
<simpara>
The function expects to be given a string containing an English date
- format and will try to parse that format into a Unix timestamp relative
+ format and will try to parse that format into a Unix timestamp (the
+ number of seconds since January 1 1970 00:00:00), relative
to the timestamp given in <parameter>now</parameter>, or the current time
if none is supplied. Upon failure, <literal>-1</literal> is returned.
</simpara>