Anybody having any issues with TOD rules?

After the restore, my ‘Time of Day’ rules aren’t processing. As an example:
if TOD == 7:48AM (America/Chicago), desk-lamp = off (test rule created to validate issue). That doesn’t fire. Any ideas? Localization is set to America/Chicago and the Pi 3 shows the correct TOD (in UTC) at the command line.

On the command line, date should show the time zone you configured, not UTC…

That’s fixed. I had set it, but apparently is needed reset. Regardless, my rules using the clock are failing to activate, but the rules using the Time-of-Day plugin seem to work.

I have a simple clock rule to test with:
if (clock = 9:40am) increment counter. The counter isn’t incrementing.

Question: when you’re testing, are you using the current time?

If so, try setting it for a minute or two in the future. For example, if it’s currently 9:40am, set the rule for 9:42am and see if that works 2 minutes later.

That’s basically my current test procedure.