﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4033	When calling _DateTimeSplit with a string with date only, the returned $aTimePart[0] value is missing	anonymous	Jpm	"Simple fix, from
{{{
	Else
		Dim $aTimePart[4]
	EndIf
}}}
to
{{{
	Else
		Dim $aTimePart[4]
		$aTimePart[0] = 0
	EndIf
}}}
If no one figures this out in these many years, I think this is not important, but just to be consistent with the help file... 😄"	Bug	closed	3.3.17.0	AutoIt	3.3.16.1	None	Fixed	_DateTimeSplit	
