So I was trying to nest a few rules while relying on current time attribute.
I have a f1 (monitor folder)
f1
--fs1
--fs2
--fs3
I have a rule that says
Current time is 9:07PM any day
do the following
set color label to red.
Which seems simple enough. The rule will run on any day at 9:07PM and color the items red otherwise it will not run. To test this i did the following:
but the issue is the following:
1 - if i change at 9:07 the set color to yellow wait until 9:08 then save the rule and run the rule manually or let it run automatically at 9:08 the contents all turn yellow at 9:08 or later randomly. Based on https://www.noodlesoft.com/manual/hazel ... reference/ this "So, if you set up a condition like “current time is after 10 p.m. on weekdays,” the condition matches only from 10 p.m. until midnight each weekday—Hazel does not consider 12:01 a.m. the following morning to be “after” 10 p.m." That means it should only run at 9:07 and at 9:08 it shouldn't run at all. But it does run.
So i'm trying to understand how that is possible and better how do I fix it?
not sure if something is broken in the time function.