mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Not always DST (bug #49773)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290703 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a0973a2f69
commit
88a817e166
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="datetime.getoffset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>DateTime::getOffset</refname>
|
||||
<refpurpose>Returns the daylight saving time offset</refpurpose>
|
||||
<refpurpose>Returns the timezone offset</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
|
@ -30,7 +30,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns DST offset in seconds on success&return.falseforfailure;.
|
||||
Returns offset in seconds with respect to daylight saving time on success
|
||||
&return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue