Hi All,
I need to convert time from UTC to IST using C#.
utcdate is 3/18/2020 12:00:00 AM
- var istdate = TimeZoneInfo.ConvertTimeFromUtc(utcdate,
- TimeZoneInfo.FindSystemTimeZoneById("India Standard Time"));
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Piyush PansuriyaPosted Jun 22, 2020, 12:15 AM