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.
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
Hi @Mohammad Iqbal Yusuf Sheikh ,
Could please check on this forum :https://www.outsystems.com/forums/discussion/97388/do-we-have-any-time-conversation-utc-to-aest-functions-available-in-outsystemsi/
I Hope this will helps you..!
Warm regards,
Dinesh M