My cron jobs are running one hour too early. Presently we're in daylight savings, which could be the cause.
My sanity checks:
- Time zone is correct in the cron addon
- Time zone is correct on the computer (macOS)

EDIT:
It looks like it's caused by this. 😞 node-cron/tz-offset#11
EDIT2:
I no longer know what's happening. My job for 0 */3 * * * ran at 1.
My cron jobs are running one hour too early. Presently we're in daylight savings, which could be the cause.
My sanity checks:
EDIT:
It looks like it's caused by this. 😞 node-cron/tz-offset#11
EDIT2:
I no longer know what's happening. My job for
0 */3 * * *ran at 1.