OPC SQL Tag timestamp ? Access to opc-ua server item ts

For Ignition OPC SQL Tag, is there a way to configure which Timestamp is read by the opc-ua client side ?
LastChange property of an opc sqltag use this timestamp or is only based on the read value ?

Into an opc-ua server, I think that there are for an item, a Value, a Quality and a server timestamp and source timestamp ?

I would like to be able to read the opc-ua server original timestamp.
:scratch:

The LastChange property uses the timestamp from the value.

Ignition’s OPC-UA client connection first tries to use the ‘source’ timestamp, and if that’s not included, it uses the ‘server’ timestamp. If neither were included it simply uses the current time (the time at which the client received the value).

There are no settings that influence this behaviour.

Thanks Kevin for these clarifications.

Does Ignition OPC-UA Server (Siemens, modbus TCP, AB, …) provides source and server timestamp to opc-ua client ?

[quote=“mazeyrat”]Thanks Kevin for these clarifications.

Does Ignition OPC-UA Server (Siemens, modbus TCP, AB, …) provides source and server timestamp to opc-ua client ?[/quote]

It should, but they’re usually identical because none of those protocols provide their own source times when you poll data values.