contract WhatTimeIsIt {


	function timestamp() public view returns (uint256) {
		return block.timestamp;
	}
}