<?php $start = new DateTime("2013-10-27 00:55:00", new DateTimeZone('Europe/London')); $step = DateInterval::createFromDateString("600 seconds"); echo "start = " . $start->format('d-m-Y H:i:sP') . "\n"; $start->add($step); echo "start = " . $start->format('d-m-Y H:i:sP') . "\n";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`