Does anyone how to retrieve the GMT offset using eVC++ API?

Thanks a million!

Re: GMT Offset by Scott

Scott
Thu Jul 17 07:01:08 CDT 2003

TIME_ZONE_INFORMATION TZI;
GetTimeZoneInformation(&TZI);
gmtOffset = TZI.Bias;

"Sam" <b_masri@hotmail.com> wrote in message
news:dwoRa.9174$6a5.312210@twister.socal.rr.com...
> Does anyone how to retrieve the GMT offset using eVC++ API?
>
> Thanks a million!
>
>