Raw log
stdin from wrangler tailScrubbed
ready to paste into a handoffText → all formats
type plain text; every panel encodes it liveCloudflare cron runs in UTC. No timezone field, no DST. The same UTC instant fires all year, so it drifts an hour against Pacific and Eastern twice a year.
Expression
5 fields: minute hour dom month dowReads as
plain EnglishNext 5 fires
from your clock, computed in UTC| UTC, Cloudflare's clock | Local |
|---|
wrangler.jsonc
paste into the worker configDeleting the crons key does not delete the trigger. Cloudflare leaves an already-deployed Cron Trigger running when
crons is undefined. To actually remove one, deploy "crons": [].