Time zone format

Hi Everyone,

I have Timestamp field(TS_LOAD) like you can see that below which is coming from a cdt in one of the process model and that Timestamp filed is Text in that cdt

i written an expression to convert that Timestamp field to user's timezone as you can see below

and i passed below expression rule to one of the sub process which having above column to convert as below

But i am getting the data as below highlighted like it is converting  to GMT

Note: System time not in GMT as 2nd picture is coming in PST/PDT based on input and default time also in PST in Admin console.

And I don't have any in between nodes and not manipulating data any where in the process only taking the timestamp filed and used in that expression rule and getting the out put data.

Can anyone help me on this?

  Discussion posts and replies are publicly visible

Parents Reply
  • The timezone context in a process is defined by the time zone in the model properties dialog. That's what I describe in my blog post. You can either set this to a fixed timezone, or use the timezone of the initiator.

    In Appian there is no such thing as the "system defined timezone". And yes, I know that Appian runs on a server and that server has a timezone, but for Appian this is ALWAYS UTC, and Appian manages all the necessary translations between UTC and the local time zone of user context and process instance.

Children