1. Set the time to day
The word day works in place of a number — easier to read and remember than the raw tick value
/time set day
What it does Will set the world time to day.
Set, add to, or query the in-game world time
The examples below come out of the same generator as the form above, so the commands and explanations always match what the tool produces. Copy one and adjust it from there
The word day works in place of a number — easier to read and remember than the raw tick value
/time set day
What it does Will set the world time to day.
add advances from the current time, where set jumps straight to the value you name
/time add 1000
What it does Will advance the world time by 1000 ticks (20 ticks = 1 second).
query changes nothing and just returns a value — pair it with a command block to store the result in a scoreboard
/time query daytime
What it does Will query the daytime time and show the result in chat.
This is the first example above, run through every edition and version this tool supports. Versions that produce the same result share a row
Every version this tool supports produces the same result, so a command you copy works without version-specific edits
/time set day