This is my second question relating to DateTime. We test our application for all known possibilities of bugs. I came across this issue a year back and after a lot of research I posted an article on CodeProject on this topic. This article will explain the what year 2038 bug is and how it can many of our applications tomorrow. Explaining full details of year 2038 bug was beyond the scope of this question so I've referred to an article which has been written by myself only.
Link text: http://www.codeproject.com/KB/bugs/The-Year-2038-Bug.aspx
What are the applications (server apps, client apps, infrastructure solutions s/w & h/w) which we are using currently that are vulnerable to this bug ?
What are the solutions for the year 2038 bug? How is it possible to upgrade our solutions and applications to deal against the problem?
This question is very futuristic but it's worth the discussion.