I just finished migrating from MvvmCross SQLite Community Plugin to SQLite.Net-PCL and now I have a problem where DateTime fields cannot be read (on iOS - haven't tried om Android). If I create an ...
Write / read a Date Object into / from a table with a column affinity type of DATE could cause rounding (conversion) issue and therefore result in a incorrect Date Object. See example below and notice ...