Skip to main content
April 3, 2024
Question

Scheduler Process run based on daylight Saving

  • April 3, 2024
  • 6 replies
  • 0 views

Hi

In our environment we are following GMT time zone as default.

We have a scheduler we needs to run at 15:00 London time which is as expected during daylight saving is off but during the daylight saving is active then also it should run at the same time i.e, 15:00 London time but it is running at 16:00 London time.

we tried to use the isDayLightSaving function in the timer (start node) but it seems not working.

Please suggest how to make the timing consistent.

6 replies

shubhama926776
Brainy
April 3, 2024
शुभम्
April 3, 2024

 isindaylightsavingtime(today(), "Europe/London")

This is returning expected value in rule but seems not working in automated scheduler

shubhama926776
Brainy
April 3, 2024

Do you mean it works in expression rules but not in the process model? In the process model, are you using a timer scheduler, and if so, are you also using script tasks?

शुभम्