After having to deal with UNIX timestamps in an application I am currently developing, I realized that there's probably a few people out there who are wondering how to convert a UNIX timestamp into a useable System.DateTime in a .NET application.
Well the good news is that it's quite simple. All a UNIX timestamp represents is the number of seconds since January 1st, 1970 12:00:00 AM...
[More]