FreeOpcUa / python-opcua

LGPL Pure Python OPC-UA Client and Server
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
1.32k stars 661 forks source link

SourceTime Stamp Issue #1524

Open RSin1208 opened 11 months ago

RSin1208 commented 11 months ago

Hi,

I am viewing the data from the OPC server using OPC UA EXPERT tool. The source time stamp is associated with the data node which is correct. But do we know how to change this to local machine time stamp. I have attached screenshot for reference.

image

schroeder- commented 11 months ago

The Timestamp of a Value should always be UTC. UaExpert can display it in localtime, but this is not the scope of this library.