Is there a method in C# that returns the UTC (GMT) time zone? Not based on the system\'s time.
Basically I want to get the correct UTC time even if my system time is
If I were to wager a guess for how to get a guaranteed accurate time, you'd have to find / write some NNTP class to get the time off of a time server.
If you search C# NTP on google you can find a few implementations, otherwise check the NTP protocol.