Hi all,

I'm working on a dialog base application, dealing with the time zone details.

In the dialog box there is a text box to enter the time offset. Then user click the display button, on the next text box display the timezone name. If the given time offset have more than one timezone name, very first timezone name should be display.

That's my question.

I'm going to use Windows API for this. So that I want to read the timezone list. How can I do that using API with GetTimeZoneInformation()