mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04: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);
|
var db = new Database(connection);
|
||||||
|
db.ForceDateTimesToUtc = false;
|
||||||
|
|
||||||
if (connection.State != ConnectionState.Open)
|
if (connection.State != ConnectionState.Open)
|
||||||
connection.Open();
|
connection.Open();
|
||||||
|
|||||||
Reference in New Issue
Block a user