﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3724	_DateTimeSplit should ignore trailing Z (to accept parsing RFC3339 formated date time)	matwachich@…		"When passing a RFC3339 formated date-time string to _DateTimeSplit, the seconds are ignored.

_DateTimeSplit(""2019-03-07T20:31:30Z"", $aDate, $aTime)
Returns correct $aDate, but $aTime[3] = 0

Solutions:
- StringLeft($sDateTime, 19)
- Or make a more complete function that will completely support RFC3339 date-time (with miliseconds/nanoseconds...)"	Feature Request	closed		Standard UDFs		None	Wont Fix	_DateTimeSplit RFC3339	
