Tagged Questions

12
votes
2answers
6k views

How to Query an NTP Server from C#

All I need is a way to query an NTP Server from C# to get the Date Time of the NTP Server returned as either a string or as a DateTime. How is this possibly in its simplest form
0
votes
1answer
245 views

Convert 64bit timestamp to a readable value

In my dataset I have two timestamp columns. The first is microseconds since application was started - e.g., 1400805323. The second is described as 64bit timestamp which I'm hoping will indicate clock ...