mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #52363 (timezone_name_from_abbr problem) by adding more explanation
of the $isdst parameter. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301391 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9197963209
commit
49d9c2bfe7
1 changed files with 9 additions and 3 deletions
|
@ -42,9 +42,15 @@
|
|||
<term><parameter>isdst</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Daylight saving time indicator. If <parameter>abbr</parameter> doesn't
|
||||
exist then the time zone is searched solely by
|
||||
<parameter>offset</parameter> and <parameter>isdst</parameter>.
|
||||
Daylight saving time indicator. Defaults to -1, which means that
|
||||
whether the time zone has daylight saving or not is not taken into
|
||||
consideration when searching. If this is set to 1, then the
|
||||
<parameter>gmtOffset</parameter> is assumed to be an offset with
|
||||
daylight saving in effect; if 0, then <parameter>gmtOffset</parameter>
|
||||
is assumed to be an offset without daylight saving in effect. If
|
||||
<parameter>abbr</parameter> doesn't exist then the time zone is
|
||||
searched solely by the <parameter>gmtOffset</parameter> and
|
||||
<parameter>isdst</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue