derick          Fri May 24 14:59:03 2002 EDT

  Modified files:              
    /phpdoc/en/reference/datetime/functions     date.xml 
  Log:
  - Clarify range on windows (fixes bug #17190)
  
  
Index: phpdoc/en/reference/datetime/functions/date.xml
diff -u phpdoc/en/reference/datetime/functions/date.xml:1.3 
phpdoc/en/reference/datetime/functions/date.xml:1.4
--- phpdoc/en/reference/datetime/functions/date.xml:1.3 Thu May  9 21:29:21 2002
+++ phpdoc/en/reference/datetime/functions/date.xml     Fri May 24 14:59:02 2002
@@ -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


Reply via email to