Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieManager::getDateTimeNow PHP Method

getDateTimeNow() protected method

Return current DateTime object.
protected getDateTimeNow ( ) : DateTime
return DateTime
    protected function getDateTimeNow()
    {
        return new \DateTime();
    }