<?php $d = new DateTime('2014-07-03T14:03:25', new DateTimeZone('MSK')); echo $d->format(DateTime::W3C) . PHP_EOL; // Output: 2014-07-03T14:03:25+04:00 $d = DateTime::createFromFormat('Y-m-d\TH:i:s T', '2014-07-03T14:03:25 MSK'); echo $d->format(DateTime::W3C) . PHP_EOL; // Output: 2014-07-03T14:03:25+03:00
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`