Either a new action, or, an update to the 'Wait' Action.
The current 'Wait' Action allows you to wait for milliseconds, seconds, or minutes.
There are 'blackout' periods that a script cannot run. For example - system overnight maintenance. It would be nice to have a 'Wait Until' action, so that you can 'Wait Until' a specific time of the day.
'Wait Until' 6am - then continue
The current work around is to set up a loop, add a wait, followed by if statements to verify the time of the day, subsequently exiting the loop.