I need to define a specific time phase. Therefore, I wanted to use opening timestamp and closing timestamp using block.timestamp. I get the following warning:
Linter: security/no-block-members: Avoid using 'block.timestamp'.
with the explanation that block.timestamp can be manipulated by miners.
Is there another solution working with timestamp or defining a time phase resp.?