andrei          Wed Jan 17 13:10:57 2001 EDT

  Modified files:              
    /phpdoc/en/functions        datetime.xml 
  Log:
  Document the standardization of offset sign.
  
  
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.27 phpdoc/en/functions/datetime.xml:1.28
--- phpdoc/en/functions/datetime.xml:1.27       Fri Jan 12 22:54:45 2001
+++ phpdoc/en/functions/datetime.xml    Wed Jan 17 13:10:57 2001
@@ -218,7 +218,9 @@
       </listitem>
       <listitem>
        <simpara>
-        Z - timezone offset in seconds (i.e. "-43200" to "43200")
+               Z - timezone offset in seconds (i.e. "-43200" to "43200"). The offset
+               for timezones west of UTC is always negative, and for those east of
+               UTC is always positive.
        </simpara>
       </listitem>
      </itemizedlist>


Reply via email to