Most cloud automation platforms schedule cron-style triggers in UTC by default. A trigger set for "9 AM" without accounting for that runs at 9 AM UTC — which is a different local time everywhere outside that timezone.
The fix:
always explicitly convert your intended local trigger time to UTC when setting the schedule, and double-check your platform's documentation for whether it's UTC-only or timezone-aware — this varies by platform and isn't safe to assume.
Comments
No comments yet — be the first.