<?php $date = new \DateTime('2014-01-01T20:00:00+00:00'); print $date->format('c') . PHP_EOL; print $date->format('r') . PHP_EOL; print $date->getTimeZone()->getName() . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.