Skip to content

Commit

Permalink
Enable ReadLocalTime by default since its the behavior the most .Net …
Browse files Browse the repository at this point in the history
…developers would expect.
  • Loading branch information
lanwin committed May 5, 2010
1 parent 68a125f commit fd675ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/MongoDB/Configuration/MongoConfiguration.cs
Expand Up @@ -20,6 +20,7 @@ public class MongoConfiguration
ConnectionString = string.Empty;
MappingStore = new AutoMappingStore();
SerializationFactory = new SerializationFactory(this);
ReadLocalTime = true;
}

/// <summary>
Expand Down

0 comments on commit fd675ff

Please sign in to comment.