|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-10-10 21:06 UTC] derick@php.net
[2007-10-11 06:20 UTC] bjori@php.net
[2007-10-11 13:29 UTC] root at mantoru dot de
[2007-10-13 13:06 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 04:00:01 2025 UTC |
Description: ------------ The u modifier is supposed to convert into microseconds... however, under Windows (5.2.3) and Linux (5.2.4), I'm always getting '000000'. Reproduce code: --------------- <?php echo date('u'); ?> Expected result: ---------------- 6-digit number Actual result: -------------- 000000