Does the `@schedule` decorator take into account d...
# ask-metaflow
a
Does the
@schedule
decorator take into account daylights savings when run on either AWS SFN or Argo Workflows?
1
f
the cron schedules are all in UTC, which does not have daylight savings
e.g. a cron schedule that evaluated to 4am in your respective time zone when daylight savings was on (e.g. prior to last weekend), will now be running at 3am within that same time zone
a
Thanks @fresh-laptop-72652 gotta update a bunch of pipelines now 😅
c
Worth noting that the
@schedule
decorator does have an optional
timezone
parameter, which is (only) supported in Argo Workflows.
🙌🏽 1
💯 1