How to represent datetime of deifferent time zomes in C#
- by Mohoch
Hi.
I have a .NET WebService (written in C#), that is supposed to serve people around the world.
With each request I get the user's datetime in his own time zone with the format : "yyyy/MM/dd HH:mm ZZZZ".
I have to convert the string to something representing the original date and time and specifying the time zone in GMT. I have to make some…