mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Clarify range on windows (fixes bug #17190)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83385 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bd8399e503
commit
b826dbf198
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.date">
|
||||
<refnamediv>
|
||||
|
@ -24,7 +24,8 @@
|
|||
The valid range of a timestamp is typically from Fri, 13 Dec
|
||||
1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (These are
|
||||
the dates that correspond to the minimum and maximum values for
|
||||
a 32-bit signed integer.)
|
||||
a 32-bit signed integer). On windows this range is limited from
|
||||
01-01-1970 to 19-01-2038.
|
||||
</para>
|
||||
<para>
|
||||
To generate a timestamp from a string representation of the date, you
|
||||
|
|
Loading…
Reference in a new issue