onsdag 17. februar 2010

TimeZone aware DateTime implementation in C#

Just thought I'll start of by writing some about my experiences for the last 2.5 years working with date time instances rooted in different time zones and how this experience ended up in a library wrapping the .Net 2.0 implementation of DateTime in a new type called LocalDateTime.

To be continued...