Currently I'm using DateTime (with UTC) to store all dates - experience has taught me always to use UTC for any date time values. I'd like to use DateTimeOffset because it stores in UTC and also has the timezone offset - but this isn't supported as a built-in type. What is the best way of achieving this. Should I simply encapsulate DateTimeOffset in a wrapper class that derivces from entity |
Hello Richard, Unfortunately,
Hope that helps.
Support for |