###User Defined Function###
_Date_Time_TzSpecificLocalTimeToSystemTime

###Description###
Converts a local time to a time in UTC

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


###Parameters###
@@ParamTable@@
$pLocalTime
	Pointer to a $tagSYSTEMTIME structure that specifies a local time. The function converts this time to the corresponding UTC 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 time in UTC.


###Remarks###
None.


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


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