I'm using Dapper to map my entities to SQL Server CE. If I save a ...DateTime... with ...Kind=Utc..., when I read it back I get a ...DateTime... with ...Kind=Unspecified..., which leads to all kind of problems....Example:...var f = new Foo { Id = 42, Modi...