13
Views
2
Comments
Is there anyway we can schedule job time in AEST & AEDT timezone in Outsystems?
Question
Application Type
Reactive

As OutSystems timer is running on UTC time zone, but I want that timer should run on AEDT time ( Daylight saving time) as of now but when AEST time start i.e first Sunday in April then the timer should run on different time. 

 

2019-01-31 08-54-57
André Costa
Champion

Hi @Mohammad Iqbal Yusuf Sheikh 

OutSystems timers run according to the server's timezone.

To manage the switch between AEDT (daylight saving time) and AEST, you will need to calculate the time difference between these two time zones and adjust the timer schedule accordingly, in Service Center.

Alternatively, you could implement additional logic in your application to check the current time (based on your desired timezone) and trigger the Wake_Timer action at the correct time. 

AC


2026-01-23 11-38-55
Dinesh Murugan
Champion
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.