|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-04-04 23:44 UTC] mark dot gustafson at hotmail dot com
-: nmsalinas@yahoo.com
+: mark dot gustafson at hotmail dot com
[2011-04-04 23:44 UTC] mark dot gustafson at hotmail dot com
[2011-04-06 09:21 UTC] aharvey@php.net
-Status: Open
+Status: Duplicate
-Package: *General Issues
+Package: Date/time related
[2011-04-06 09:21 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 10:00:01 2025 UTC |
Description: ------------ I'm using Win2003K (fully patched), Apache 2.2.17 (Win32) and PHP 5.3.6. Please run the following two lines in a PHP file: $sTimeStamp = date("Y_m_d_H_i_s_u_"); print($sTimeStamp); It will display as so: 2011_04_04_14_20_55_000000_ Every time I run the file, the microseconds is always 000000. I hope this really is a bug and that you enjoy fixing it. Thank You (!!!) and Best Regards. Test script: --------------- see above Expected result: ---------------- see above