###User Defined Function###
_Date_Time_SystemTimeToTzSpecificLocalTime

###Description###
Converts a UTC time to a specified time zone's corresponding local time

###Syntax###
#include <Date.au3>
_Date_Time_SystemTimeToTzSpecificLocalTime ( $pUTC [, $pTimeZone = 0] )


###Parameters###
@@ParamTable@@
$pUTC
	Pointer to a $tagSYSTEMTIME structure that specifies a time, in UTC. The function converts this time to the specified time zone's local time.
$pTimeZone
	[optional] Pointer to a $tagTIME_ZONE_INFORMATION structure that specifies the time zone of interest.
	If 0, the function uses the currently active time zone.
@@End@@

###ReturnValue###
Returns a $tagSYSTEMTIME structure containing the local time.


###Remarks###
None.


###Related###
$tagSYSTEMTIME, $tagTIME_ZONE_INFORMATION


###Example###
@@IncludeExample@@
