I run few maintenance tasks occasionally ~ once a month. I note down when I ran like below:
# Last run Wed 18 Jun 2025 12:24:39 PM EDT
ssh vps1 runStuff.sh
To update the date, I used to run :r!date
and then edit to replace.
I wrote a small command to automate that
command DateUp keeppatterns s/Last run \zs.*EDT/\=system("date")->trim()/