Added small note to mktime()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76739 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-04-05 20:18:53 +00:00
parent 49dde53d97
commit 282a402ef2

View file

@ -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 @@ echo "Did nothing in $time seconds";
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>