Datetime variable in Orchestrator

Hi,

I have been using DateTime variables as InArgument to trigger individual workflows and the program has been work well until early this week.

But it is only found recently that the value of InArgument is recognized as GMT time, instead of my computer’s local time (time zone GMT +8:00).

Attached below is a simple workflow, with one InArgument and one OutArgument. The value of InArgument (2020-10-30 10:00:00) is supposed to be my local time GMT +0800, same as the value of function Now.

This is the parameter defined in the Process from Orchestrator, which is exactly the same as that in Studio.

Proess

The job details below shows that the value of InArgument (10:00hr) was somehow treated as GMT time and converted to GMT +0800 as 18:00hr.

Job detail

However, this is not specifically shown in the log message below.

May I know is my understanding above correct, or is this just a bug of the new version of the UiPath?


Further to the example above, I tried to convert both date time values of InArgument (10/30/2020 10:00am) and OutArgument (system’s time obtained by function Now) to UTC time using TimeZoneInfo.ConvertToUTC method.

I run the same workflow in both Studio and Orchestrator and found that both Studio and Orchestrator tread system time stored in OutArgument as local time (UTC +8:00). As of the time of InArgument, Studio takes it as local time while Orchestrator recognizes it as UTC time.

Please see the images below as highlighted.

Results in Studio:
UTC_Studio

Results in Orchestrator:

That’s why I find it very confusing.

Thank you and look forward to your advices.

Cheers!

Hi @GhostBuster

Could you let us know the version of your Studio and Orchestrator?

Hi @loginerror, thank you for replying.

My Studio and Orchestrator were both automatically upgraded to 20.10.8 at that time.
I downgraded them to 20.10.2 and they’re working well so far.

Actually I was having a number of problem after upgrading to 20.10.6 or 20.10.8, such as

You are not authenticated. Error Code 0

Orchestrator Version 2020.10: Failed to install package Manage Orchestrator

1 Like