I’m having some dificulties working around with the way orchestrator shows it’s date and time value.
Im upload a QItem to a queue, the specific data has a variable of type DateTime. Im my robot im making sure that the TimeZoneInfo os this variable is my local time zone (-3) and the same is configured on orchestrator, but when opening the details on the queue item the value is always incremented by 3:
But, when getting the item in the robot, and seeing if specific content, the hour is the same as i uploaded (without the +3 increment).
I tested a little further and give the same datetime for the the deadline value, this time the Orchestrator did not increment the value, but when getting the item in the robot, orchestrator gave me the deadline with the +3 increment.
Orch:
Robot: