Cannot construct date time from: NO_VALUE (Failure when processing file

@ameyasoft I'm not sure about OP's value, but mine is 1609283699032, and the query giving me the

Cannot construct date time from: NO_VALUE error is the one below

match (n:MyNode) 
with date(datetime({epochmillis: n.timestamp})) as r 
return r

where n.timestamp is the value 1609283699032