I have following code
$now = new DateTime(\'now\'); $string1 = $now->format(\'Y-m-d H:i:s\'); sleep(5); $now->modify(\'now\'); $string2 = $now-&