I have the following test that passes:
namespace MongoDateTest { [TestFixture] public class DateTesting { public class TestEntity
You could also do this in your model. public class TestEntity
{ public string Id { get; set; } public string StringTest { get; set; } [BsonDateTimeOptions(Kind = DateTimeKind.Utc)] public DateTime DateTest { get; set; } }