Converting from GMT in .NET
Patrick Steele posts a neat tip about how to convert from Greenwich Mean Time to local time using .NET. As it happens, it’s crazy easy.
This tip is particularly useful for eBay API developers because 1) the current time is very meaningful when you’re buying and selling in an auction format, and 2) all of the timestamps returned by calls to eBay API are in GMT.