Wrong Schedule Dates Bug?

Hi Guys,

something very strange is happening with Dates. When i try to to display the Date “Date rounded down to Day” + 24 Hours everything is normal. I get the Time of the next Day.

But when i do the exact thing in the Backend i get a completely different Time. Its. There is like a 6h Time Difference every time i schedule everything with “Date rounded down to a day”. When i just use current date + 1 Hour everything is fine again. Something is going on with the Date rounded down to a day operation and i dont know why.

Can anyone help me here?
Screenshot 2567-08-22 at 13.18.25



if there is a setting in your backend workflow to adjust for time zones or try converting the date to your local time zone after rounding down.

You need to specify the timezone. Backend WFs uses UTC by default if I recall correctly.

But when i use current date and time i get the right Scheduled time but when i use rounded down to day i get a different time. This doesnt make sense to me. When everything is UTC then current date and time should be also UTC…

This might help Backend Workflows, Dates and Timezones

Thanks for your help Mate. When i use rounded down the Time is Standard UTC. When i use current date and time it just uses browser time.