UTC Time to Local Time ?
I need to get UTC time from internet - NIST, then convert to local time. I can get UTC time from nist, and know SystemTimeToTzSpecificLocalTime func can convert UTC to Local Time, but I don't know how to do it, because I don't know how to set SYSTEMTIME structure to UTC time I got from nist. I know NSIS remove SystemTimeToTzSpecificLocalTime because it made bugs in Win9x, but I still want use it. So anyone know how to do it please help me, and if posible tell the way to don't get bugs. Thank !!