mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-03 15:12:13 +02:00
PetaPoco won't convert DateTime to UTC by default.
This commit is contained in:
parent
a771d2cfa9
commit
514998042e
@ -51,6 +51,7 @@ namespace NzbDrone.Core.Datastore
|
||||
}
|
||||
|
||||
var db = new Database(connection);
|
||||
db.ForceDateTimesToUtc = false;
|
||||
|
||||
if (connection.State != ConnectionState.Open)
|
||||
connection.Open();
|
||||
|
Loading…
x
Reference in New Issue
Block a user