<?php $date = new DateTime('2018-04-06 14:00:00', new DateTimezone('UTC')); echo $date->format('c'), PHP_EOL; $date->setTimezone(new DateTimezone('Europe/Berlin')); echo $date->format('c'), PHP_EOL;
You have javascript disabled. You will not be able to edit any code.