Ouzo\Utilities\TimeAgo::showTodayAt PHP Method

showTodayAt() private method

private showTodayAt ( ) : boolean
return boolean
    private function showTodayAt()
    {
        $difference = $this->getDateDiff();
        return $this->isSameDay() && $difference >= 3600 && $difference < 86400;
    }