C# : Converting a timestamp to a DateTime, then back to a timestamp gives different values
I have a huge text file of entries, all of which have a timestamp. These entries are read and the timestamp on each entry is converted to a DateTime. The problem is that the timestamps are different if the DateTime objects are converted back, this is causing a problem with false duplicates and generally a… Read More C# : Converting a timestamp to a DateTime, then back to a timestamp gives different values