On 13 Dec 2017, at 11:51am, Michał Niegrzybowski <[email protected]> wrote:
> I have a table which has a column of type DateTime in my code I insert > there an actual UTC Date (which is not the same as my local time). When I > want to gather previously added record, my record contains date in his > DateTime column, but this DateTime is a localtime with kind specified to > 'undefined' instead of 'UTC'. Can you tell us the datatype of that column ? If you want to post the CREATE TABLE command, that’s fine too. Can you use the SQLite shell tool to look at the values stored in that field without System.Data.SqLite getting in the way ? Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

