mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c0f9335700
commit
513b02edae
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue