negative timestamps are now supported (as of PHP 5.1)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193334 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-08-13 19:37:21 +00:00
parent c0f9335700
commit 513b02edae

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.mktime">
<refnamediv>
@ -202,9 +202,9 @@ echo strftime("Last day in Feb 2000 is: %d", $lastday);
&reftitle.notes;
<caution>
<para>
Negative timestamps are not supported under any known version
of Windows. Therefore the range of valid years includes only 1970
through 2038.
Before PHP 5.1.0, negative timestamps were not supported under any known
version of Windows and some other systems as well. Therefore the range of
valid years was limited to 1970 through 2038.
</para>
</caution>
</refsect1>