[System]Client/System/CurrentDateTime and dateformat

Has anyone seen this issue before? I have a Gateway in PDT time zone and client/designer in CDT. The top date time value is a label component that is formatted using the dateformat function on the system tag “[System]Client/System/CurrentDateTime”. The bottom value is a label component that is tied to an expression which is the tag value “[System]Client/System/CurrentDateTime”. I’ve also tried binding the label directly to the tag. With no formatting, the value displays the correct value in the correct time zone. If the dateformat function is applied, then the value displays the correct format using the Gateway time zone only. I need to reformat this tag in the Client time zone.

Thanks


In your designer, go to Project -> Properties and under Client -> General change the timezone behavior to “Client Timezone”. See if that fixes your issue.

That took care of it.

Thanks, James.