<?php // Use static timestamp for demo purposes; there should be microtime(true) $dt = DateTime::createFromFormat('U.u', 1478456422.123456); echo $dt->format('c.u');
You have javascript disabled. You will not be able to edit any code.