New RunLLM response generated: >>>*# Question* If...
# runllm-flyte-trial
a
New RunLLM response generated: >>>*# Question* If I am running a workflow using a schedule (specifying a cron expression). Is there a way to specify the timezone for the cron expression? Is there a way to deal with daylight saving? # Answer Flyte currently schedules workflows using UTC by default and does not support specifying a timezone directly in the cron expression. This means that handling daylight saving time (DST) adjustments must be managed externally or through custom logic within the workflow. According to this discussion, Flyte schedules are in UTC, and there is no built-in support for specifying timezones or handling DST directly within the cron schedule. However, you can manage timezones on the client side or within your workflow logic. Would you like more details on how to handle timezones and DST within your workflow logic? Sources: - this discussion Slack Link https://flyte-org.slack.com/archives/CP2HDHKE1/p1722264678.618499 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.