I have get json data date time with universal time like this
"UpdateTime": "2016-12-17T00:52:52.850543Z"
then i convert with c# to string and it show like this
12/17/2016 00:47:05
How to convert it with C# to local time? ex GMT+9 or other.
Thnx for help