Using the DateTime class
Friday, February 27th, 2004Good article on MSDN on using the DateTime class, and how not to use it. It’s really easy to not consider some of the subtle issues. In almost every program I’ve ever written, if a date calculation went wrong during a time zone switch, well, nothing horribly bad would happen, so I usually tend to […]