if ($time instanceof DateTime) {
            $query .= " AND post_time >= " . $time->getTimestamp();
        }