$date = new DateTime($value); $date->setTimezone(new DateTimeZone('Europe/Berlin')); echo $date->format('Y-m-d H:i:s');