sander          Fri Apr  5 15:18:53 2002 EDT

  Modified files:              
    /phpdoc/en/functions        datetime.xml 
  Log:
  Added small note to mktime()
  
  
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.69 phpdoc/en/functions/datetime.xml:1.70
--- phpdoc/en/functions/datetime.xml:1.69       Mon Mar 25 03:16:28 2002
+++ phpdoc/en/functions/datetime.xml    Fri Apr  5 15:18:53 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
  <reference id="ref.datetime">
   <title>Date and Time functions</title>
   <titleabbrev>Date/time</titleabbrev>
@@ -731,14 +731,15 @@
      to the local date and time.
     </para>
     <para>
-     <parameter>Is_dst</parameter> can be set to 1 if the time is
+     <parameter>is_dst</parameter> can be set to 1 if the time is
      during daylight savings time, 0 if it is not, or -1 (the default)
      if it is unknown whether the time is within daylight savings time
-     or not.
+     or not. If it's unknown, PHP tries to figure it out itself. This can
+     cause unexpected (but not incorrect) results.
     </para>
     <note>
      <para>
-      <parameter>Is_dst</parameter> was added in 3.0.10.
+      <parameter>is_dst</parameter> was added in 3.0.10.
      </para>
     </note>
     <para>


Reply via email to