Timestamps from Kepserver to Thingworx, lead to TimeShift!
Dear Community!
we have S7-PLC here connected to a KepServer transfering the data to ThingWorx.
All the data connection, management and so on is working great but still an issue with Timestamp-Tags of type Date.
OPC-UA and I think also the KepServer define UTC as std. Timezone for all Timestamp data, they do not attach timezone information to the timestamp. So when Thingworx recieves the data from KepServer it takes the data as UTC and stores it to the bound properties.
But our S7-PLCs clock is running at local time, not UTC. So all timestamps recieved by ThingWorx are based on the wrong timezone. I looked around if there is any possibility to "shift" or adjust this inside Kepware.
Our current only possible workaround seems to be:
- Define two Date Properties for the Thing, one bound to the Kepserver Tag and a subscription to calculate the shift and write the correct value to the second one.
Any other ideas??

