Hi,
I'm trying to be fair play in my network game and I would like to mark as winner the player who won first and it depends on time but DateTime.Now is local time and both computers may have set different times on their machines.
Is there something that .NET provides for this case?
Thanks!