Document p date formatter code

Closes GH-230.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351587 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-11-24 18:10:24 +00:00
parent bc27cd7cfc
commit 243afef598

View file

@ -274,6 +274,11 @@
<entry>Difference to Greenwich time (GMT) with colon between hours and minutes</entry>
<entry>Example: <literal>+02:00</literal></entry>
</row>
<row>
<entry><literal>p</literal></entry>
<entry>The same as <literal>P</literal>, but returns <literal>Z</literal> instead of <literal>+00:00</literal></entry>
<entry>Example: <literal>+02:00</literal></entry>
</row>
<row>
<entry><literal>T</literal></entry>
<entry>Timezone abbreviation</entry>