I am trying to figure out using Noda Time from Jon Skeet (and others).
How to save DateTimeZone and get it from the database. I thought that the value of the Id property can be set for the database, but how to create a DateTimeZone from the identifier, since DateTimeZone is an abstract class?
source share