Where there is a will there is a way....
The following returns true if the original datetime was null:
not ({table.datetimefield} = datetime(datepart("yyyy",{table.datetimefield}),datepart("m",{table.datetimefield}),datepart("d",{table.datetimefield}),datepart("h",{table.datetimefield}),datepart("n",{table.datetimefield}),datepart("s",{table.datetimefield})))
Lisa