SQLite.Net-PCL
SQLite.Net-PCL copied to clipboard
Update DateTime stored as strings to be output with the UTC kind
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