vrana Sat Aug 7 10:26:51 2004 EDT
Modified files:
/phpdoc/en/reference/datetime/functions mktime.xml
Log:
Unix epoch starts at GMT midnight
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/mktime.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/datetime/functions/mktime.xml
diff -u phpdoc/en/reference/datetime/functions/mktime.xml:1.11
phpdoc/en/reference/datetime/functions/mktime.xml:1.12
--- phpdoc/en/reference/datetime/functions/mktime.xml:1.11 Fri Aug 6 17:01:23
2004
+++ phpdoc/en/reference/datetime/functions/mktime.xml Sat Aug 7 10:26:50 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- 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 00:00:00 GMT) and the time
specified.
</para>
<para>