Here is the code i used to get the current time with microseconds,
$time=date("Y-m-d\TH:i:s") . substr((string)microtime(), 1, 8);
I need to change the value in $time by adding some values in microsecond.Is possible to add microseconds to the time?? actually i need is need to create a simulator,Here i need to check how many executions are taking place in the interval of one second,and find how many microseconds needed for the execution.