In a 'wait' usage, if a negative offset pushes the wait over an hour past midnight, it returns before it should (immediately).
example: sun sets @ 8:30pm and run at 4pm.
works / waits: sunwait wait daylight offset -3:00 set
doesn't wait: sunwait wait daylight offset -5:00 set
2nd example has the wait going over an hour into the next day so fails, returns immediately.
So... works in winter, breaks in summer ;)