It’s not incorrect to have such a small, singular smart rule but it would be as easily accomplished with a script.
It could be as simple as this…
tell application id "DNtp"
if exists (content record) then add custom meta data (current date) for "Date" to (content record)
end tell