vrana Fri Aug 6 15:30:47 2004 EDT
Modified files:
/phpdoc/en/reference/datetime/functions mktime.xml
Log:
Unix epoch starts at 1:00 (bug #22635)
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/mktime.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/datetime/functions/mktime.xml
diff -u phpdoc/en/reference/datetime/functions/mktime.xml:1.8
phpdoc/en/reference/datetime/functions/mktime.xml:1.9
--- phpdoc/en/reference/datetime/functions/mktime.xml:1.8 Sat Dec 20 23:21:43
2003
+++ phpdoc/en/reference/datetime/functions/mktime.xml Fri Aug 6 15:30:47 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.mktime">
<refnamediv>
@@ -28,7 +28,7 @@
<para>
Returns the Unix timestamp corresponding to the arguments
given. This timestamp is a long integer containing the number of
- seconds between the Unix Epoch (January 1 1970) and the time
+ seconds between the Unix Epoch (January 1 1970 01:00:00) and the time
specified.
</para>
<para>