This is not Timelock encryption. Timelock encryption relies on the use of time lock puzzles, which frequently revolve around variations of repeatedly squaring a value in a particular way which makes it impossible to shortcut without knowing the original setup parameters. Variations include a RSA-style approach (which I've created an open source repo here: <a href="https://www.github.com/CassOnMars/Timelock" rel="nofollow">https://www.github.com/CassOnMars/Timelock</a>), or by omitting knowledge of the order of the group (possible with imaginary quadratic cryptography), creating a verifiable delay function, such as the Wesolowski VDF (repo: <a href="https://www.github.com/CassOnMars/Wesolowski-VDF" rel="nofollow">https://www.github.com/CassOnMars/Wesolowski-VDF</a>).