I have developed a custom application in Freshdesk that uses a scheduler in the background to update the ticket once a day.
This has to happen every day at 6 AM in Australia/Sydney time zone. I had set the time zone and scheduled the recurring scheduler to run at 6 AM the following day. Once it has run that day. The next day it seems to reset itself to UTC and runs the start of the day UTC.
Thanks for your reply. I want the application to run every day morning at 6 AM in the Australian time zone (AEST).
For that, i would have to change the frequency from 24 hours to 1 day and run the scheduler at 7 PM the previous day in UTC for the app to run at 6 AM in AEST since AEST is 11 hours ahead of UTC.