I have created current date time like this.
DateTime now = DateTime.UtcNow;
Now I want to convert this to different time zone. But I am getting values in timezone like +05:30, +07:00 etc..
So how can I convert this now value to that specific timezone date using this kind of timezone value.
Thanks