Date value not being set to null

Estou pssando por algo parecido. Estou querendo meu campo TDate como null no BD Firebird, mas ao usar o método Manager.replicate, está setando a data atual.

Como estou setando a data:

MeuObjeto.DataEntrega:= Nullable.Empty;

O que pode star preenchendo o valor de data automaticamente?

Maybe you have another part of the code that is setting the property to the current date? Or some trigger/constraint in the database?
Aurelius never sets anything to the current date.