Edit report at https://bugs.php.net/bug.php?id=48225&edit=1

 ID:                 48225
 Comment by:         arnoonline at gmail dot com
 Reported by:        knut dot urdalen at gmail dot com
 Summary:            Microseconds output wrong in DateTime::format()
 Status:             Assigned
 Type:               Bug
 Package:            Date/time related
 Operating System:   *
 PHP Version:        5.*, 6CVS (2009-05-09)
 Assigned To:        derick
 Block user comment: N
 Private report:     N

 New Comment:

I also have this bug within Linux Mint:

$ php -v
PHP 5.3.6-13ubuntu3.8 with Suhosin-Patch (cli) (built: Jun 13 2012 18:02:19) 
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies


Previous Comments:
------------------------------------------------------------------------
[2012-05-14 11:38:43] tdenev at kontrax dot bg

OS: Slackware 13.37

$ php -v 
PHP 5.3.8 (cli) (built: Oct  9 2011 13:58:17) 
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
    with Xdebug v2.1.1, Copyright (c) 2002-2011, by Derick Rethans

still has this bug, the "u" part is still at 000000.

------------------------------------------------------------------------
[2012-02-24 17:46:14] kissifrot at gmail dot com

PHP 5.3.10 on Win32 still has the bug, the "u" part is still at 000000.

------------------------------------------------------------------------
[2011-11-03 02:19:36] rewilliams at crystaltech dot com

Still see it in 5.3.6 on OS X....

------------------------------------------------------------------------
[2011-01-23 16:20:32] jmdoren at ok dot cl

I have the same problem
my OS : Fedora release 14 (Laughlin)
my php Version: PHP 5.3.5 (cli) (built: Jan 22 2011 00:55:37)
in my php.ini date.timezone=America/Santiago
my script: <?php echo date( 'd-m-Y G:i:s,u' ); ?>
my results:
23-01-2011 8:34:18,000000
23-01-2011 8:34:18,000000
23-01-2011 8:34:19,000000
23-01-2011 8:34:20,000000
....

------------------------------------------------------------------------
[2009-05-10 17:38:56] j...@php.net

See also bug #45554 and bug #47312


------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=48225


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=48225&edit=1

Reply via email to