> For the complete documentation index, see [llms.txt](https://docs.dragonswap.app/dragonswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dragonswap.app/dragonswap/resources/developer-resources/smart-contracts/dragonswapv2/periphery/base/blocktimestamp.md).

# BlockTimestamp

Base contract that is overridden for tests

### Functions[​](https://docs.uniswap.org/contracts/v3/reference/periphery/base/BlockTimestamp#functions) <a href="#functions" id="functions"></a>

#### \_blockTimestamp[​](https://docs.uniswap.org/contracts/v3/reference/periphery/base/BlockTimestamp#_blocktimestamp) <a href="#blocktimestamp" id="blocktimestamp"></a>

```solidity
  function _blockTimestamp(
  ) internal view returns (uint256)
```

Method that exists purely to be overridden for tests

**Return Values:**[**​**](https://docs.uniswap.org/contracts/v3/reference/periphery/base/BlockTimestamp#return-values)

| Type    | Description             |
| ------- | ----------------------- |
| uint256 | current block timestamp |
