tularis         Tue Apr 10 12:53:24 2007 UTC

  Modified files:              
    /phpdoc/en/reference/datetime/functions     strtotime.xml 
  Log:
  fix typo in section about 2-digit interpretation [again]
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/strtotime.xml?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/en/reference/datetime/functions/strtotime.xml
diff -u phpdoc/en/reference/datetime/functions/strtotime.xml:1.22 
phpdoc/en/reference/datetime/functions/strtotime.xml:1.23
--- phpdoc/en/reference/datetime/functions/strtotime.xml:1.22   Mon Apr  9 
13:24:35 2007
+++ phpdoc/en/reference/datetime/functions/strtotime.xml        Tue Apr 10 
12:53:24 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 -->
 <refentry id="function.strtotime">
  <refnamediv>
@@ -30,7 +30,7 @@
   <note>
    <para>
     If the number of the year is specified in a two digit format, the values
-    between 0-69 are mapped to 2000-2069 and 70-99 to 1970-2000.
+    between 00-69 are mapped to 2000-2069 and 70-99 to 1970-1999.
    </para>
   </note>
  </refsect1>

Reply via email to