Task Queue changes my input parameter of type Date and Time to a different time

0
Hi,   I pass to a microflow that I use with Task Queue an entity called Year which has Financial Year of type Date and Time. The value that I pass is:   UTC time: 2022-12-31 22:00:00.000 Session time: 2023-01-01 00:00:00.000 +0200 The value that gets in the flow as a parameter is: UTC time: 2022-12-31 22:00:00.000 Session time: 2022-12-31 22:00:00.000 +0000 What exactly changes my session time? Is there any setting for the task queue that messes my attribute?   Has anyone else encountered this?   Thanks, Razvan
asked
2 answers
1

Check the attribute Localized Yes/No

answered
0

That looks like it is running in the System context. Newer versions of Mendix should run in the same timezone as the user that placed the task in the queue. In this case the solution would be to upgrade the version of Mendix you are using.

 

https://docs.mendix.com/refguide/task-queue/#context

answered