I'm trying to get a handle on using the Noda Time framework by Jon Skeet (and others).
How do I store the DateTimeZone and retrieve it from the database. I thought the Id property value might be the one to set to the database, but how do I create a DateTimeZone from the Id since DateTimeZone is an abstract class?