SQLite.Net-PCL icon indicating copy to clipboard operation
SQLite.Net-PCL copied to clipboard

Update DateTime stored as strings to be output with the UTC kind

Open rebelzach opened this issue 8 years ago • 0 comments

DateTime types that are stored as strings should mimick the behavior of dates stored as ticks.

Currently when requesting a date from a db connection where dates are stored as strings it returns the date in local time, which is unexpected, and not congruent with the behavior when storing DateTime as ticks

rebelzach avatar Jul 25 '16 23:07 rebelzach