is there a format in ToString() method of DateTime to convert the time Zone to say UTC ?
I know I can programatically first convert the DateTime to UTC and then call ToString, but I have a UI where the user can specify format, can they at the same time convert to UTC ?