Skip to main content
14-Alexandrite
November 9, 2022
Solved

Scheduler a specific time of the day Start / Stop

  • November 9, 2022
  • 1 reply
  • 1125 views

Hello,

I'm trying to trigger a Scheduler.

Here is my CRON : 0 0 15 * * ? => launch my Scheduler every day at  3 PM

I don't know why it's not trigger

when I try to test a periodic trigger then it's working (something like  : 0/10 * * * * ?)

So the problem is when I set a specific time then the Scheduler is not triggered!

My thingworx version: 9.3 

Anyone already had this problem?

Thank you in advance for your help.

 

 

Best answer by AliBenBelgacem

Solved!! the thingworx server time is 1 hour en advance comparing my local machine time.

thank you for your help.

1 reply

22-Sapphire I
November 9, 2022

I tried it in a 'cron builder' tool and it gave me this: 0 0 15 1/1 * ? * 

which would be every day at 3pm

AliBenBelgacem14-AlexandriteAuthorAnswer
14-Alexandrite
November 9, 2022

Solved!! the thingworx server time is 1 hour en advance comparing my local machine time.

thank you for your help.