c# - MongoDB UTC DateTime Format To Local Time -
i using mongodb c# driver insert info mongodb. when pass datetime it's automatically storing in utc format. want store in local uk time. how set field in mongodb save in local time format , how alter date exists in mongodb collection.
mongodb provides attribute automatically trick.
[bsondatetimeoptions(kind = datetimekind.local)]
might helpful someone.
c# mongodb mongodb-csharp utc
No comments:
Post a Comment