PST TO UST in crone expression

Hi All,

I need to run the bot at 12 am PST . How to write the crone expression in ust in orchestrator?

1 Like

Hi @dutta.marina

Generated by LLM

Use the following expression based on the time of year:

For Standard Time (Winter, PST) → 0 0 8 * * ?

For Daylight Time (Summer, PDT) → 0 0 7 * * ?

If this solves your issue, Do mark it as a solution.
Happy Automation :star_struck:

Hi @dutta.marina

Write the cron expression for 12 AM. While creating the Time Trigger, make sure to select the appropriate Timezone based on your requirement.

Select the PST timezone from the dropdown, provide the cron expression to run at 12 AM, and add the trigger.

Use the below cron expression,

0 0 * * *

Hope it helps!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.