function getDateTimeDiffWith($dated, $diff = "-3 MINUTE") { return date('Y-m-d H:i:s', strtotime($dated . $diff)); }