﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1325	Date.au3: calls to _Date_Time_SetLocalTime($pSystemTime) are not checking @error	gtyler	Valik	"In Date.au3, there are several function that call _Date_Time_SetLocalTime() and do not check for @error.
They expect the function to always return an array and then try to reference index 0 which generates an exception.

Here is the last two lines of _SetDate()
  Local $iRetval = _Date_Time_SetLocalTime($lpSystemTime)
  Return SetError(@error, @extended, Int($iRetval[0]))"	Bug	closed	3.3.1.7	Standard UDFs	3.3.1.6	None	Fixed		
