Differences with dueDate in UserTask

Actually that’s saying UTC +3 and UTC+4.
MSK = UTC+3
British Summer Time (BST) = UTC +1
Greenwich Mean Time ~= UTC

So when the UK moves from BST to GMT in a few days, they will move from UTC+1 to UTC.

But it also shows that your server is running in UTC+4 timezone, so when you display times in MSK, it will be displayed as Time-1h due to the Timezones…

For further troubleshooting, could you try setting the dueDate with an explicit timezone?

2023-11-01T22:00:00+03:00

And then look at it again in your front-end?

1 Like

@GotnOGuts

Thank you for your advice.

it looks like a solution.
isnt it?

my process

actual values

so backEnd response is in UTC time. (if we are sure MSK is in UTC+3)
image

Hi everybody,

here are some clarifications on using a timestamp in the process engine and in the frontend: Time zones | docs.camunda.org

Hope this helps, Ingo

2 Likes

Thank you all!

6 Hours Of Debugging Can Save You 5 Minutes Of Reading Documentation

but not always documentation can be found at a moment

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.