<?php $date = new DateTime('09.03.2017 18:46'); $date->sub(new DateInterval('PT1H')); echo $date->format('Y-m-d H:i') . "\n";
You have javascript disabled. You will not be able to edit any code.