Hello, SQL CE has supported since version 3.5 SP1 (SP2 is current) time offsets. The DateTime type supports both offset-less times as well as times with offsets.
However, the mapping seems to be all weird. When I use a DateTime to
map to the DB, everything is fine, but when I use a DateTimeOffset, I
get an error --
{No mapping exists from DbType DateTimeOffset to a known SqlDbType.}
