mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix #76748: date format timezone abbreviations and changes not well documented
This commit is contained in:
parent
3bf1282857
commit
cafd6b7449
2 changed files with 3 additions and 2 deletions
|
@ -1145,6 +1145,7 @@ installed via PECL's <link xlink:href='&url.pecl.package.get;timezonedb' xmlns:x
|
|||
|
||||
<!ENTITY date.timezone.bc '<simpara xmlns="http://docbook.org/ns/docbook">Please do not use any of the timezones
|
||||
listed here (besides UTC), they only exist for backward compatible reasons, and may expose erroneous behavior.
|
||||
Furthermore, these timezones may be removed from the IANA timezone database at any time.
|
||||
</simpara>'>
|
||||
|
||||
<!ENTITY date.timezone.posix-signs '<simpara xmlns="http://docbook.org/ns/docbook">
|
||||
|
|
|
@ -280,8 +280,8 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>T</literal></entry>
|
||||
<entry>Timezone abbreviation</entry>
|
||||
<entry>Examples: <literal>EST</literal>, <literal>MDT</literal> ...</entry>
|
||||
<entry>Timezone abbreviation, if known; otherwise the GMT offset.</entry>
|
||||
<entry>Examples: <literal>EST</literal>, <literal>MDT</literal>, <literal>+05</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>Z</literal></entry>
|
||||
|
|
Loading…
Reference in a new issue