I'm stuck with this, I'm trying this code with phalcon framework:
if(strtotime("+5 minutes",$quarantine->getFirst()->datecolumnvalue)>time()){...}
But doesn't work, always give false. I cannot do it with just MySQL because PHQL from phalcon doesn't support it, so I just need a PHP comparison. Regards.