1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-28 18:05:41 -04:00

PetaPoco won't convert DateTime to UTC by default.

This commit is contained in:
Mark McDowall
2011-06-18 13:30:30 -07:00
parent a771d2cfa9
commit 514998042e

View File

@@ -51,6 +51,7 @@ namespace NzbDrone.Core.Datastore
}
var db = new Database(connection);
db.ForceDateTimesToUtc = false;
if (connection.State != ConnectionState.Open)
connection.Open();