Basho\Tests\TimeSeriesTrait::twoHoursAgo PHP Method

twoHoursAgo() public static method

public static twoHoursAgo ( )
    public static function twoHoursAgo()
    {
        return static::$now->getTimestamp() - 60 * 60 * 2;
    }