Please note this is in Visual Basic 6.0 language not .net :
I am facing alot of probem while creating a program which can show 5 different timezone of US on a form on 5 different label in connection with the system time.
for Eg
label1.caption "should be IST" Indian stan time
label2.caption "should be GMT" Green wich mean time
label3.caption "should be PST" Pacific Time
label4.caption "should be MST" Mountain Time
label5.caption "should be EST" Eastern time
This should work in connection with the system time, for eg: if its 18:00 hrs system time here, then EST ie: Label3.caption should be 08:00 hrs. 6 hours before our time.
Any help would really be appreciated.