I have problem when I have datatime in json object it will convert it to UTC time zone in C# dateTime just want to ask how to keep local time?can I set time zone property in w
You can use TimeZoneInfo.ConvertTime to convert to the wanted timezone.
Checkout this method: https://msdn.microsoft.com/en-us/library/bb382770(v=vs.110).aspx