pollita         Tue Feb 25 20:53:49 2003 EDT

  Modified files:              
    /phpdoc/en/reference/datetime/functions     mktime.xml 
  Log:
  Bug #22400
  
  
Index: phpdoc/en/reference/datetime/functions/mktime.xml
diff -u phpdoc/en/reference/datetime/functions/mktime.xml:1.2 
phpdoc/en/reference/datetime/functions/mktime.xml:1.3
--- phpdoc/en/reference/datetime/functions/mktime.xml:1.2       Wed Apr 17 02:37:11 
2002
+++ phpdoc/en/reference/datetime/functions/mktime.xml   Tue Feb 25 20:53:48 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
   <refentry id="function.mktime">
    <refnamediv>
@@ -68,7 +68,17 @@
      with values between 0-69 mapping to 2000-2069 and 70-99 to
      1970-1999 (on systems where time_t is a 32bit signed integer, as
      most common today, the valid range for
-     <parameter>year</parameter> is somewhere between 1902 and 2037).
+     <parameter>year</parameter> is somewhere between 1901 and 2038).
+    </para>
+    <para>
+     <note>
+      <title>Windows</title>
+      <simpara>
+       Negative timestamps are not supported under any known version
+       of Windows.  Therefore the range of valid years includes only 1970
+       through 2038.
+      </simpara>
+     </note>
     </para>
     <para>
      The last day of any given month can be expressed as the "0" day



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to