mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-26 17:55:51 +00:00
PetaPoco won't convert DateTime to UTC by default.
This commit is contained in:
@@ -51,6 +51,7 @@ namespace NzbDrone.Core.Datastore
|
||||
}
|
||||
|
||||
var db = new Database(connection);
|
||||
db.ForceDateTimesToUtc = false;
|
||||
|
||||
if (connection.State != ConnectionState.Open)
|
||||
connection.Open();
|
||||
|
||||
Reference in New Issue
Block a user