I have only used the conversion from UTC to local time.
More information about windows time functions:
There seems to be no function for convertion from one time zone to a second time zone so you may probably use two steps: TZ1 -> UTC -> TZ2 (TzSpecificLocalTimeToSystemTime and SystemTimeToTzSpecificLocalTime)