mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MM are months; minutes are II
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337055 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f0e80e2c3f
commit
4f5dbb13fa
1 changed files with 3 additions and 3 deletions
|
@ -514,8 +514,8 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>MM</literal></entry>
|
||||
<entry>[0-5][0-9]</entry>
|
||||
<entry>"00", "12", "59"</entry>
|
||||
<entry>[0-1][0-9]</entry>
|
||||
<entry>"00", "12"</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>space</literal></entry>
|
||||
|
@ -539,7 +539,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>tzcorrection</literal></entry>
|
||||
<entry>"GMT"? [+-] <literal>hh</literal> ":"? <literal>MM</literal>?</entry>
|
||||
<entry>"GMT"? [+-] <literal>hh</literal> ":"? <literal>II</literal>?</entry>
|
||||
<entry>"+0400", "GMT-07:00", "-07:00"</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue