<?php foreach ([0.4, 0, -0.4, -1, -1.4] as $ts) { $date = new DateTime('@' . $ts); print_r($date); }
You have javascript disabled. You will not be able to edit any code.