php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #69789
Patch doc-bug-69789.patch revision 2015-06-16 18:48 UTC by patrick dot schwisow at gmail dot com
revision 2015-06-16 18:40 UTC by patrick dot schwisow at gmail dot com
revision 2015-06-09 20:37 UTC by patrick dot schwisow at gmail dot com

Patch doc-bug-69789.patch for Date/time related Bug #69789

Patch version 2015-06-09 20:37 UTC

Return to Bug #69789 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions: 2015-06-16 18:48 UTC | 2015-06-16 18:40 UTC | 2015-06-09 20:37 UTC

Developer: patrick.schwisow@gmail.com



               <function>date</function> will always generate
               <literal>000000</literal> since it takes an <type>integer</type>
               parameter, whereas <methodname>DateTime::format</methodname> does
  -            support microseconds.
 +            support microseconds if <classname>DateTime</classname> was
 +            created with microseconds.
 +            support microseconds if DateTime was generated with microseconds
 +            (see https://bugs.php.net/bug.php?id=49779).
              </entry>
              <entry>Example: <literal>654321</literal></entry>
             </row>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 15:01:34 2024 UTC