[PHP-DOC] cvs: phpdoc /de/functions datetime.xml /en/functions datetime.xml From: Martin Jansen (mail <email protected>)
Date: 10/07/01

mj Sun Oct 7 09:16:55 2001 EDT

  Modified files:
    /phpdoc/de/functions datetime.xml
    /phpdoc/en/functions datetime.xml
  Log:
  * fixed bug #12734
  
  
Index: phpdoc/de/functions/datetime.xml
diff -u phpdoc/de/functions/datetime.xml:1.19 phpdoc/de/functions/datetime.xml:1.20
--- phpdoc/de/functions/datetime.xml:1.19 Sat Jul 7 18:16:50 2001
+++ phpdoc/de/functions/datetime.xml Sun Oct 7 09:16:50 2001
@@ -168,6 +168,17 @@
       </listitem>
       <listitem>
        <simpara>
+ O - Zeitdifferenz zur Greenwich Zeit in Stunden (z.B. +0200)
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ r - Nach RFC 822 formattiertes Datum; z.B.
+ "Sun, 7 Oct 2001 14:56:02 +0200" (seit PHP 4.0.4)
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
         s - Sekunden: "00" bis "59"
        </simpara>
       </listitem>
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.48 phpdoc/en/functions/datetime.xml:1.49
--- phpdoc/en/functions/datetime.xml:1.48 Fri Sep 21 21:22:44 2001
+++ phpdoc/en/functions/datetime.xml Sun Oct 7 09:16:55 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.48 $ -->
+<!-- $Revision: 1.49 $ -->
  <reference id="ref.datetime">
   <title>Date and Time functions</title>
   <titleabbrev>Date/time</titleabbrev>
@@ -164,6 +164,11 @@
       <listitem>
        <simpara>
         n - month without leading zeros; i.e. "1" to "12"
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ O - Difference to Greenwich time in hours; i.e. "+0200"
        </simpara>
       </listitem>
       <listitem>