Scheduled Events ForEachRowinTable NOW() and TODAY() runnning on UTC time even when changing the Time Zone

Caleb
Participant I

Instead of using [date] = TODAY() on a scheduled event Filter condition, I have to use [date] = DATE(NOW() - “006:00:00”)

This is true for all the items within the bot, not just the event schedule filter condition.
Steps - Branch on Condition, Wait for a condition. If I call a process and add or Lookup Process inputs also true. Again this is just using global time values such as TODAY(), NOW().

I do not know if this is a bug or intentional behavior?
Perhaps I have missed an account setting that sets the account default time zone?

1 3 389
3 REPLIES 3

Dan_Bahir
Participant V

For bots triggered by scheduled events the time zone used by time functions like TODAY(), DATE()… should be the timezone defined in the scheduled event.

I found an issue with this functionality and issued a fix, will update once its deployed which should be in the next couple of days.

Dan_Bahir
Participant V

The fix has been deployed.

Caleb
Participant I

Thanks!

Top Labels in this Space