I develop application based on transactions timestamp, and it is importand for me to have correct timestamp from node.
I’m trying to find out what is the maximum error in time for the transaction.
From the docks, I found out that if my local time is more than one minute behind or behind, my node is not valid and other nodes will not account for transactions from it.
But is it possible that I have correct timestamp but node that make harvesting has incorrect time.
So my transaction timestamp in block will not be 20:00:00. It will be 20:00:59 or at 19:59:01.
Is it possible?
Thankful.