Seconds to ticks conversion
A Minecraft game tick is 1/20s:
Minecraft's game loop normally runs at a fixed rate of 20 ticks per second, so one tick happens every 0.05 seconds. An in-game day lasts exactly 24000 ticks, or 20 minutes.
Your 516s translate to 516s * 20 ticks/s = 10320 ticks.
Minecraft's game loop normally runs at a fixed rate of 20 ticks per second, so one tick happens every 0.05 seconds. An in-game day lasts exactly 24000 ticks, or 20 minutes
So your question is 516s * 20 ticks/s = 10320 ticks.
Source