Am i correct in thinking that the Apex time command cannot span midnight, so the following would not be valid:
If Time 22:00 to 07:00 Then OFF
and instead you would need to use two separate lines, e.g.
If Time 22:00 to 23:59 Then OFF
If Time 00:00 to 07:00 Then OFF
Also, bonus question, does...