mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document the standardization of offset sign.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39664 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dc8da852af
commit
a880128abe
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue