``` const latestTime = () => { return web3.eth.getBlock('latest').then((block) => block.timestamp); } ``` always returns 0