I’m working on a sequence that it has to determine when is the next time a process is going to run. I have configured some time triggers in venezuelan time zone, and my tenant is also configured with said timezone. I figured that the best way of retrieving this information is through the swagger apis. So I’m calling the Get ProcessSchedules endpoint, and I’ve noticed that even though I have everything configured in with the venezuelan timezone the attribute StartProcessNextOccurrence still throws an hour in other timezone.
Options 1: You make Both the Orchestrator time zone and Bot Server time zone should be the same.
Options 2: you can set Orchestrator time zone to UTC and from client side when you are sending the time zone convert to UTC, and the receiving time zone should convert to local .