<?php $t = "2014-11-28T12:39:36.257642Z"; $d = new DateTime($t); echo "Input: " . $t . "\n"; echo "Microseconds from datetime: ". $d->format('u'); // ends in 1 echo "\n"; $t = "2014-11-28T12:39:36.257641Z"; $d = new DateTime($t); echo "Input: " . $t . "\n"; echo "Microseconds from datetime: ". $d->format('u'); // Correct
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`