mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-04 10:39:34 +00:00
PetaPoco won't convert DateTime to UTC by default.
This commit is contained in:
parent
a771d2cfa9
commit
514998042e
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ namespace NzbDrone.Core.Datastore
|
|||
}
|
||||
|
||||
var db = new Database(connection);
|
||||
db.ForceDateTimesToUtc = false;
|
||||
|
||||
if (connection.State != ConnectionState.Open)
|
||||
connection.Open();
|
||||
|
|
Loading…
Add table
Reference in a new issue